InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / RepeatAlarm Property


In This Topic
    RepeatAlarm Property
    In This Topic

    Gets or sets a value indicating whether to repeatedly sound the number of beeps specified by the BeepsOnSystemMessage property when the session has a host message to display.

    Syntax
    'Declaration
     
    
    Property RepeatAlarm As Boolean
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim value As Boolean
     
    instance.RepeatAlarm = value
     
    value = instance.RepeatAlarm
    bool RepeatAlarm {get; set;}

    Property Value

    If false, only one beep sounds.
    See Also