Discuss this help topic in SecureBlackbox Forum
Specifies the client identifier.
Declaration
[C#/Java]
string ClientID;
[VB.NET]
Property ClientID As String
[Pascal]
property ClientID: string;
[C++]
void get_ClientID(std::string &OutResult);
void set_ClientID(const std::string &Value);
[PHP]
string get_ClientID()
void set_ClientID(string $Value)
Description
Specifies the client identifier used to authorize to the server.
Discuss this help topic in SecureBlackbox Forum