InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / KeyboardHistorySavedInputs Property


In This Topic
KeyboardHistorySavedInputs Property
In This Topic
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
See Also