ActionRequestEventArgs.Number2 Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Number2
Gets a second number argument of the command or 0 if the command has no second number argument.
Declaration
public int Number2 { get; }
Property Value
Type | Description |
---|---|
Int32 | A second number argument of the command or 0 if the command has no second number argument. |