SrgsItem.MaxRepeat Property

Definition

Gets the maximum number of times that a user can speak the contents of the SrgsItem.

public:
 property int MaxRepeat { int get(); };
public int MaxRepeat { get; }
member this.MaxRepeat : int
Public ReadOnly Property MaxRepeat As Integer

Property Value

The maximum number of times that a user can speak the contents of the item.

Remarks

To set this property, use the SetRepeat method.

This property represents a portion of the repeat attribute defined by the World Wide Web Consortium (W3C) Speech Recognition Grammar Specification (SRGS) Version 1.0.

Applies to

See also