Discuss this help topic in SecureBlackbox Forum
This property specifies the account info.
Declaration
[VB.NET]
Property AccountInfo As String
[Pascal]
property AccountInfo: string;
[C++]
void get_AccountInfo(std::string &OutResult);
void set_AccountInfo(const std::string &Value);
[PHP]
string get_AccountInfo()
void set_AccountInfo(string $Value)
[Java]
String getAccountInfo();
void setAccountInfo(String Value);
Description
This property specifies the parameter for ACCT command.
If AccountInfo is set, the client automatically sends ACCT command to the server during authentication.
Discuss this help topic in SecureBlackbox Forum