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.Synchronized

[Visual Basic]
Public Shared Function Synchronized( _
   ByVal inner As Group _
) As Group
[C#]
public static Group Synchronized(
   Group inner
);
[C++]
public: static Group* Synchronized(
   Group* inner
);
[JScript]
public static function Synchronized(
   inner : Group
) : Group;

Parameters

inner
The input Group object.

Return Value

A Regular Expression Group object.

See Also

Group Class | Group Members | System.Text.RegularExpressions Namespace