Destination Property (QueryReceivedArgs)
In This Topic
The Application Entity Name to which images should be sent by a C-MOVE
request
Syntax
'Declaration
Public ReadOnly Property Destination As System.String
'Usage
Dim instance As QueryReceivedArgs
Dim value As System.String
value = instance.Destination
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also