InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsTerminal Object / 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.
    If false, only one beep sounds.

    Syntax
    expression.RepeatAlarm As Boolean
    where expression is a variable that represents a UtsTerminal Object
    See Also