Gets or sets the remote command to execute (Only applies to Ssh.StartScripting(TerminalOptions) and Ssh.StartVirtualTerminal(TerminalOptions) methods.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Property RemoteCommand As String
	Get
	Set
C#
public string RemoteCommand { get; set; }

Field Value

Remote command.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also