'Declaration
Property RepeatAlarm As Boolean
'Usage
Dim instance As IUtsTerminal Dim value As Boolean instance.RepeatAlarm = value value = instance.RepeatAlarm
bool RepeatAlarm {get; set;}
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.
'Declaration
Property RepeatAlarm As Boolean
'Usage
Dim instance As IUtsTerminal Dim value As Boolean instance.RepeatAlarm = value value = instance.RepeatAlarm
bool RepeatAlarm {get; set;}