Discuss this help topic in SecureBlackbox Forum
Specifies the command to be executed.
Declaration
[C#]
string RawCommandLine;
[VB.NET]
Property RawCommandLine As String
[Pascal]
property RawCommandLine : string;
[C++]
void get_RawCommandLine(std::string &OutResult);
void set_RawCommandLine(const std::string &Value);
[PHP]
string get_RawCommandLine()
void set_RawCommandLine(string $Value)
Description
Use this property to specify the command to be executed on the remote side.
Discuss this help topic in SecureBlackbox Forum