Destination Property (DicomAssociation)
In This Topic
The Application Entity Name to which images should be sent by a C-MOVE
request
Syntax
'Declaration
<System.ObsoleteAttribute("This method should be replaced by QueryReceivedArgs.Destination (e.Destination) which also handles DICOM Asynchronous operations")>
Public ReadOnly Property Destination As System.String
'Usage
Dim instance As DicomAssociation
Dim value As System.String
value = instance.Destination
[System.Obsolete("This method should be replaced by QueryReceivedArgs.Destination (e.Destination) which also handles DICOM Asynchronous operations")]
public System.string Destination {get;}
public read-only property Destination: System.String;
System.ObsoleteAttribute("This method should be replaced by QueryReceivedArgs.Destination (e.Destination) which also handles DICOM Asynchronous operations")
public function get Destination : System.String
[System.Obsolete("This method should be replaced by QueryReceivedArgs.Destination (e.Destination) which also handles DICOM Asynchronous operations")]
public: __property System.string* get_Destination();
[System.Obsolete("This method should be replaced by QueryReceivedArgs.Destination (e.Destination) which also handles DICOM Asynchronous operations")]
public:
property System.String^ Destination {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also