Share via


InstantMessagingPrompts.EscalatedNoRecognitionPrompt Property

Gets the EscalatedNoRecognitionPrompt, which asks the user to provide an answer following a repeated occurrence of a no recognition.

Namespace:  Microsoft.Rtc.Workflow.Common
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Property EscalatedNoRecognitionPrompt As String
    Get
    Set
'Usage
Dim instance As InstantMessagingPrompts
Dim value As String

value = instance.EscalatedNoRecognitionPrompt

instance.EscalatedNoRecognitionPrompt = value
public string EscalatedNoRecognitionPrompt { get; set; }

Property Value

Type: System.String

See Also

Reference

InstantMessagingPrompts Class

InstantMessagingPrompts Members

Microsoft.Rtc.Workflow.Common Namespace