Discuss this help topic in SecureBlackbox Forum
Returns username.
Declaration
[C#/Java]
string Username;
[VB.NET]
Property Username As String
[Pascal]
property Username : string;
[C++]
void get_Username(std::string &OutResult);
[PHP]
string get_Username()
Description
Use this property to get the username.
Discuss this help topic in SecureBlackbox Forum