Reflection
KeyboardErrorAlarm Property


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
Attachmate.Reflection.SecuredSettingException 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