NoRecognitionPrompt Property

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

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

Syntax

'Declaration
Public Property NoRecognitionPrompt As String
public string NoRecognitionPrompt { get; set; }
public:
property String^ NoRecognitionPrompt {
    String^ get ();
    void set (String^ value);
}
function get_noRecognitionPrompt();
function set_noRecognitionPrompt(value);

See Also

InstantMessagingPrompts Class

Microsoft.Rtc.Workflow.Common Namespace