InstantMessagingStatementActivity.MainPrompt Property
Gets or sets the instant message prompt.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property MainPrompt As String
Get
Set
'Usage
Dim instance As InstantMessagingStatementActivity
Dim value As String
value = instance.MainPrompt
instance.MainPrompt = value
public string MainPrompt { get; set; }
Property Value
Type: System.String
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown if trying to set the property to an empty or null value at runtime. |
See Also
Reference
InstantMessagingStatementActivity Class