InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / MaxSavedInputs Property


In This Topic
    MaxSavedInputs Property
    In This Topic

    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