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


In This Topic
    AidFieldExit Property
    In This Topic
    Gets or sets a value indicating whether to prevent or allow unrestricted sending of aid key values (F1-F24 only) to the host from restricted input fields.
    Syntax
    'Declaration
     
    
    Property AidFieldExit As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.AidFieldExit = value
     
    value = instance.AidFieldExit
    bool AidFieldExit {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
    Remarks
    This property applies to 5250 sessions only. The default is false.
    See Also