MimeTextMatch.Repeats Property

 

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

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Repeats : int with get, set

Property Value

Type: System.Int32

A 32-bit signed integer. The default value is 1.

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: