InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / Apl Property


In This Topic
    Apl Property
    In This Topic
    Gets or sets a value indicating whether APL mode is on (true) or off (false).
    Syntax
    'Declaration
     
    
    Property Apl As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.Apl = value
     
    value = instance.Apl
    bool Apl {get; set;}
    Remarks
    This setting is valid for 3270 display sessions only.
    See Also