Discuss this help topic in SecureBlackbox Forum
Specifies the owner of the remote resource.
Declaration
[VB.NET]
Property Owner As String
[Pascal]
property Owner : string;
[C++]
void get_Owner_AnsiString(std::string &OutResult);
void set_Owner_AnsiString(const std::string &Value);
[PHP]
string get_Owner()
void set_Owner(string $Value)
[Java]
String getOwner();
void setOwner(String Value);
Description
Use this property to specify the owner of the remote resource.
Discuss this help topic in SecureBlackbox Forum