In This Topic
Provides information about the calling application entity
Syntax
'Declaration
Public ReadOnly Property CallingAET As System.String
'Usage
Dim instance As DicomAssociation
Dim value As System.String
value = instance.CallingAET
public System.string CallingAET {get;}
public read-only property CallingAET: System.String;
public function get CallingAET : System.String
public: __property System.string* get_CallingAET();
public:
property System.String^ CallingAET {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also