Destination Property (DicomQuery)
In This Topic
The Application Entity Name to which images should be sent by a C-MOVE
request
Syntax
'Declaration
Public Property Destination As System.String
'Usage
Dim instance As DicomQuery
Dim value As System.String
instance.Destination = value
value = instance.Destination
public System.string Destination {get; set;}
public read-write property Destination: System.String;
public function get,set Destination : System.String
public: __property System.string* get_Destination();
public: __property void set_Destination(
System.string* value
);
public:
property System.String^ Destination {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also