InstantMessagingPrompts.MainPrompt Property
Gets the MainPrompt, the default prompt for the current activity.
Namespace: Microsoft.Rtc.Workflow.Common
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property MainPrompt As String
Get
Set
'Usage
Dim instance As InstantMessagingPrompts
Dim value As String
value = instance.MainPrompt
instance.MainPrompt = value
public string MainPrompt { get; set; }
Property Value
Type: System.String