ConsecutiveNoInputsInstantMessagingEventActivity.MaximumNoInputs Property
Gets or sets the maximum number of consecutive no-inputs that need to occur for the event to trigger. Silence and no recognition are both considered no-inputs. The default is 3.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property MaximumNoInputs As Integer
Get
Set
public int MaximumNoInputs { get; set; }
public:
property int MaximumNoInputs {
int get ();
void set (int value);
}
function set_maximumNoInputs(value);
Exceptions
Exception | Condition |
---|---|
System.ArgumentOutOfRangeException | Thrown if trying to set the property to a value that is less than or equal to zero. |