GroupCollection::IsSynchronized Property

 

Gets a value that indicates whether access to the GroupCollection is synchronized (thread-safe).

Namespace:   System.Text.RegularExpressions
Assembly:  System (in System.dll)

public:
property bool IsSynchronized {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

false in all cases.

System_CAPS_warningWarning

This member is not present in the Portable Class Library. If you are developing applications that target the Portable Class Library, use the CaptureCollection::ICollection::IsSynchronized property instead.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: