InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / EnableHostAlarm Property


In This Topic
    EnableHostAlarm Property (IT27Terminal)
    In This Topic
    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