InfoConnect for Airlines
KeyboardHistorySavedInputs Property


Gets or sets the number of commands to save so that they can be recalled later. The valid range of values is 0 - 10 inclusive.
Syntax
'Declaration
 
Property KeyboardHistorySavedInputs As Integer
'Usage
 
Dim instance As IUtsTerminal
Dim value As Integer
 
instance.KeyboardHistorySavedInputs = value
 
value = instance.KeyboardHistorySavedInputs
int KeyboardHistorySavedInputs {get; set;}
See Also