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