The members of System.Web.Services.Protocols.MatchAttribute are listed below.
See Also: Inherited members from System.Attribute
Initializes a new instance of the System.Web.Services.Protocols.MatchAttribute class with the specified pattern. |
Capture | int.
Gets or sets a value that represents the index of a match within a grouping. | |
Group | int.
Gets or sets a value that represents a grouping of related matches. | |
IgnoreCase | bool.
Gets or sets a value that indicates whether the pattern to match is case insensitive. | |
MaxRepeats | int.
Gets or sets the maximum number of values to return from the match. | |
Pattern | string.
Gets or sets a regular expression that represents the pattern to match. |