Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property Login As String
[Pascal]
property Login : string;
[C++]
void get_Login(std::string &OutResult);
void set_Login(const std::string &Value);
[PHP]
string get_Login()
void set_Login(string $Value)
[Java]
String getLogin();
void setLogin(String Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum