Destination Property (QueryReceivedArgs)
The Application Entity Name to which images should be sent by a C-MOVE
request
public System.string Destination {get;}
public read-only property Destination: System.String;
public function get Destination : System.String
public: __property System.string* get_Destination();
public:
property System.String^ Destination {
System.String^ get();
}
'Declaration
Public ReadOnly Property Destination As System.String
'Usage
Dim instance As QueryReceivedArgs
Dim value As System.String
value = instance.Destination
Target Platforms: .NET CLR 4.8 or higher