Partager via


InstantMessagingQuestionAnswerActivity.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
    Get
    Set
'Usage
Dim instance As InstantMessagingQuestionAnswerActivity
Dim value As InstantMessagingPrompts

value = instance.Prompts

instance.Prompts = value
public InstantMessagingPrompts Prompts { get; set; }

Property Value

Type: Microsoft.Rtc.Workflow.Common.InstantMessagingPrompts

Exceptions

Exception Condition
InvalidOperationException

Thrown if trying to replace the property at runtime.

See Also

Reference

InstantMessagingQuestionAnswerActivity Class

InstantMessagingQuestionAnswerActivity Members

Microsoft.Rtc.Workflow.Activities Namespace