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