MatchAttribute Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| 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 |
When implemented in a derived class, gets a unique identifier for this Attribute.
(inherited from
Attribute)
|
Community Additions
ADD
Show: