SrgsItem.MinRepeat Property

Definition

Gets the minimum number of times that a user must speak the contents of the SrgsItem.

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

Property Value

The minimum 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 of the World Wide Web Consortium (W3C) Speech Recognition Grammar Specification (SRGS).

Applies to

See also