InstantMessagingPrompts.HelpPrompt Property
Gets the HelpPrompt, which is played when an InstantMessagingHelpCommand is triggered while the InstantMessagingQuestionAnswerActivity is executing.
Namespace: Microsoft.Rtc.Workflow.Common
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property HelpPrompt As String
Get
Set
'Usage
Dim instance As InstantMessagingPrompts
Dim value As String
value = instance.HelpPrompt
instance.HelpPrompt = value
public string HelpPrompt { get; set; }
Property Value
Type: System.String