Discuss this help topic in SecureBlackbox Forum
Contains last command received by the server.
Declaration
[VB.NET]
Property LastCommand As String
[Pascal]
property LastCommand : string;
[C++]
void get_LastCommand(std::string &OutResult);
[PHP]
string get_LastCommand()
[Java]
String getLastCommand();
Description
Use this read-only property to get the last command received by the server.
Discuss this help topic in SecureBlackbox Forum