This topic has not yet been rated - Rate this topic

MainPrompt Property

Text used in the main prompt.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
public:
property String^ MainPrompt {
	String^ get ();
	void set (String^ value);
}
ExceptionCondition
InvalidOperationExceptionThrown if trying to set the property to an empty or null value at runtime.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.