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