Attachmate.Reflection.Emulation.ALC Namespace > IAlcTerminal Interface : MaxSavedInputs Property |
Gets or sets the number of entries to save (1-20) so that they can be recalled later.
'Declaration
Property MaxSavedInputs As Integer
'Usage
Dim instance As IAlcTerminal Dim value As Integer instance.MaxSavedInputs = value value = instance.MaxSavedInputs
int MaxSavedInputs {get; set;}