InfoConnect for Airlines
MaxSavedInputs Property


Gets or sets the number of entries to save (1-20) so that they can be recalled later.

Syntax
'Declaration
 
Property MaxSavedInputs As Integer
'Usage
 
Dim instance As IAlcTerminal
Dim value As Integer
 
instance.MaxSavedInputs = value
 
value = instance.MaxSavedInputs
int MaxSavedInputs {get; set;}
See Also