NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Group Properties

The properties of the Group class are listed below. For a complete list of Group class members, see the Group Members topic.

Public:

Captures Returns a collection of all the captures matched by the capturing group, in innermost-leftmost-first order (or innermost-rightmost-first order if compiled with the "r" option). The collection may have zero or more items.
Index (inherited from Capture) Returns the starting position in the original string where the captured substring was found.
Length (inherited from Capture) Returns the length of the captured substring.
Success Indicates whether the match is successful.

See Also

Group Class | System.Text.RegularExpressions Namespace