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