This documentation is archived and is not being maintained.
MatchAttribute Properties
.NET Framework 1.1
The properties of the MatchAttribute class are listed here. For a complete list of MatchAttribute class members, see the MatchAttribute Members topic.
Public Properties
Capture | Gets or sets a value that represents the index of a match within a grouping. |
Group | Gets or sets a value that represents a grouping of related matches. |
IgnoreCase | Gets or sets a value that indicates whether the pattern to match is case insensitive. |
MaxRepeats | Gets or sets the maximum number of values to return from the match. |
Pattern | Gets or sets a regular expression that represents the pattern to match. |
TypeId (inherited from Attribute) | When implemented in a derived class, gets a unique identifier for this Attribute. |
See Also
MatchAttribute Class | System.Web.Services.Protocols Namespace
Show:
