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