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