Discuss this help topic in SecureBlackbox Forum
This property specifies the client's user name
Declaration
[VB.NET]
Property UserName As String
[Pascal]
property UserName : string;
[C++]
void get_UserName(std::string &OutResult);
void set_UserName(const std::string &Value);
[PHP]
string get_UserName()
void set_UserName(string $Value)
Description
Set this property before calling the
Open
method. It should contain the valid user name, which is used
to log in to server.
Discuss this help topic in SecureBlackbox Forum