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
public string MainPrompt { get; set; }
public:
property String^ MainPrompt {
    String^ get ();
    void set (String^ value);
}
function get_mainPrompt();
function set_mainPrompt(value);

Exceptions

Exception Condition
InvalidOperationException Thrown if trying to set the property to an empty or null value at runtime.

See Also

InstantMessagingStatementActivity Class

Microsoft.Rtc.Workflow.Activities Namespace