MimeTextMatch.RepeatsString 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 RepeatsString : string with get, set

Property Value

Type: System.String

A string indicating the number of times the search is to be performed. The default value is "1".

This property returns the same information as the Repeats property, but as a string rather than as a 32-bit signed integer. A value of "*" corresponds to MaxValue.

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

.NET Framework
Available since 1.1
Return to top
Show: