TerminalOptions.RemoteCommand Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 8.0.9673)
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. |