System.Web.Services.Protocols.MatchAttribute Members

The members of System.Web.Services.Protocols.MatchAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Initializes a new instance of the System.Web.Services.Protocols.MatchAttribute class with the specified pattern.

Public Properties

Captureint.

Gets or sets a value that represents the index of a match within a grouping.

Groupint.

Gets or sets a value that represents a grouping of related matches.

IgnoreCasebool.

Gets or sets a value that indicates whether the pattern to match is case insensitive.

MaxRepeatsint.

Gets or sets the maximum number of values to return from the match.

Patternstring.

Gets or sets a regular expression that represents the pattern to match.