System.Web.Services.Description.MimeTextMatch.Repeats Property

Gets or sets a value indicating the number of times the search is to be performed.

Syntax

[System.Xml.Serialization.XmlIgnore]
public int Repeats { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

In a case where more than one match is possible, a property value of 1 will return only the first match found. A value of int.MaxValue will return all matches.

This property returns the same information as the MimeTextMatch.RepeatsString property, but as a 32-bit signed integer rather than as a string.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0