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


In This Topic
    KeyboardErrorAlarm Property
    In This Topic
    Gets or sets a value indicating whether to sound the alarm (a beep) when a keyboard error is detected.
    Syntax
    'Declaration
     
    
    Property KeyboardErrorAlarm As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.KeyboardErrorAlarm = value
     
    value = instance.KeyboardErrorAlarm
    bool KeyboardErrorAlarm {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