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