Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / KeyboardErrorAlarm Property


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
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