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!

Match.Group (String)

[Visual Basic]
Overloads Public Function Group( _
   ByVal groupname As String _
) As Group
[C#]
public Group Group(
   string groupname
);
[C++]
public: Group* Group(
   String* groupname
);
[JScript]
public function Group(
   groupname : String
) : Group;

Parameters

groupname
Name of the the specified Regex Group to be returned.

See Also

Match Class | Match Members | System.Text.RegularExpressions Namespace | Match.Group Overload List