MainPrompt Property

Gets or sets the main prompt played by this SpeechStatementActivity.

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

Syntax

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

Exceptions

Exception Condition
InvalidOperationException Thrown if trying to replace the property at runtime.

See Also

SpeechStatementActivity Class

Microsoft.Rtc.Workflow.Activities Namespace