In This Topic
The Application Entity Title by which the DicomQuery object is to be known during
its connection to the server providing the Query/Retrieve service
Syntax
'Declaration
Public Property CallingAE As System.String
'Usage
Dim instance As DicomQuery
Dim value As System.String
instance.CallingAE = value
value = instance.CallingAE
public System.string CallingAE {get; set;}
public read-write property CallingAE: System.String;
public function get,set CallingAE : System.String
public: __property System.string* get_CallingAE();
public: __property void set_CallingAE(
System.string* value
);
public:
property System.String^ CallingAE {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also