Discuss this help topic in SecureBlackbox Forum
The destination URI for this request.
Declaration
[VB.NET]
Property Destination As String
[Pascal]
property Destination : TSBAnyURI;
[C++]
void get_Destination(std::string &OutResult);
void set_Destination(const std::string &Value);
[PHP]
string get_Destination()
void set_Destination(string $Value)
[Java]
String getDestination();
void setDestination(String Value);
Description
Use this property to specify the destination address for this request.
Discuss this help topic in SecureBlackbox Forum