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 String
'Usage
Dim instance As DicomQuery
Dim value As String
instance.CallingAE = value
value = instance.CallingAE
public string CallingAE {get; set;}
public:
property String^ CallingAE {
String^ get();
void set ( String^ value);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also