InstantMessagingTurnStartingEventArgs.PromptType Property
Gets the prompt type that will be sent.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property PromptType As PromptType
Get
'Usage
Dim instance As InstantMessagingTurnStartingEventArgs
Dim value As PromptType
value = instance.PromptType
public PromptType PromptType { get; }
Property Value
Type: Microsoft.Rtc.Workflow.Activities.PromptType
See Also
Reference
InstantMessagingTurnStartingEventArgs Class