InfoConnect for Unisys
EnableHostAlarm Property (IT27Terminal)


Gets or sets a value indicating whether to sound alarms (beeps) sent by the host.
Syntax
'Declaration
 
Property EnableHostAlarm As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.EnableHostAlarm = value
 
value = instance.EnableHostAlarm
bool EnableHostAlarm {get; set;}
See Also