InstantMessagingPrompts.EscalatedSilencePrompt Property
Gets the EscalatedSilencePrompt, which asks the user to provide an answer following a repeated occurrence of a silence.
Namespace: Microsoft.Rtc.Workflow.Common
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property EscalatedSilencePrompt As String
Get
Set
'Usage
Dim instance As InstantMessagingPrompts
Dim value As String
value = instance.EscalatedSilencePrompt
instance.EscalatedSilencePrompt = value
public string EscalatedSilencePrompt { get; set; }
Property Value
Type: System.String