Discuss this help topic in SecureBlackbox Forum

TElShellSSHSubsystemHandler.RawCommandLine

TElShellSSHSubsystemHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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)

[Java]
    not available

Description

    Use this property to specify the command to be executed on the remote side.

See also:     RawCommandLineParams    

Discuss this help topic in SecureBlackbox Forum