This topic has not yet been rated - Rate this topic

MaximumNoRecognitions Property

Gets or sets the maximum number of consecutive no-recognitions that need to occur for the event to trigger. The default is 3.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
[DefaultValueAttribute()]
public:
property int MaximumNoRecognitions {
	int get ();
	void set (int value);
}
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if trying to set the property to a value that is less than or equal to zero.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.