Gets or sets the Calling AE title for the DICOM Associate.
public string Calling {get; set;}
'Declaration
Public Property Calling As String
'Usage
Dim instance As DicomAssociate
Dim value As String
instance.Calling = value
value = instance.Calling
public string Calling {get; set;}
<br/>get_Calling();<br/>set_Calling(value);<br/>Object.defineProperty('Calling');
public:
property String^ Calling {
String^ get();
void set ( String^ value);
}
Property Value
The Calling AE title for the DICOM Associate. The maximum length for this value is 64.