MimeTextMatch.Repeats Property
.NET Framework (current version)
Gets or sets a value indicating the number of times the search is to be performed.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Exception | Condition |
|---|---|
| ArgumentException | The property value is negative. |
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 MaxValue will return all matches.
This property returns the same information as the RepeatsString property, but as a 32-bit signed integer rather than as a string.
.NET Framework
Available since 1.1
Available since 1.1
Show: