MainPrompt Property

Gets the MainPrompt, the default prompt for the current activity.

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

Syntax

'Declaration
Public Property MainPrompt As PromptBuilder
public PromptBuilder MainPrompt { get; private set; }
public:
property PromptBuilder^ MainPrompt {
    PromptBuilder^ get ();
    void set (PromptBuilder^ value);
}
function get_mainPrompt();
function set_mainPrompt(value);

See Also

SpeechPrompts Class

Microsoft.Rtc.Workflow.Common Namespace