TerminalOptions.RemoteCommand Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
RemoteCommand
Gets or sets the remote command to execute (Only applies to Ssh.StartScripting(TerminalOptions) and Ssh.StartVirtualTerminal(TerminalOptions) methods.
Declaration
public string RemoteCommand { get; set; }
Property Value
Type | Description |
---|---|
String | Remote command. |