Prompts Property

Gets all the prompts that can be played by this InstantMessagingQuestionAnswerActivity.

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

Syntax

'Declaration
Public Property Prompts As InstantMessagingPrompts
public InstantMessagingPrompts Prompts { get; set; }
public:
property InstantMessagingPrompts^ Prompts {
    InstantMessagingPrompts^ get ();
    void set (InstantMessagingPrompts^ value);
}
function get_prompts();
function set_prompts(value);

Exceptions

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

See Also

InstantMessagingQuestionAnswerActivity Class

Microsoft.Rtc.Workflow.Activities Namespace