MimeTextMatch.Group Property

 

Gets or sets a value indicating the number of groups in which to place the results of the text search.

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

member Group : 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.

The value of this property must be less than or equal to the value of the Repeats property, or the XML Web service will not compile correctly.

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

.NET Framework
Available since 1.1
Return to top
Show: