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)
Syntax
'Declaration
<DefaultValueAttribute()> _
Public Property MaximumNoRecognitions As Integer
[DefaultValueAttribute()]
public int MaximumNoRecognitions { get; set; }
[DefaultValueAttribute()]
public:
property int MaximumNoRecognitions {
int get ();
void set (int value);
}
function get_maximumNoRecognitions();
function set_maximumNoRecognitions(value);
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if trying to set the property to a value that is less than or equal to zero. |
See Also
ConsecutiveNoRecognitionsInstantMessagingEventActivity Class