Gets a second number argument of the command or 0 if the command has no second number argument.

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

Syntax

Visual Basic
Public ReadOnly Property Number2 As Integer
	Get
C#
public int Number2 { get; }

Return Value

A second number argument of the command or 0 if the command has no second number argument.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also