ProviderCollection::IsSynchronized Property

 

Gets a value indicating whether access to the collection is synchronized (thread safe).

Namespace:   System.Configuration.Provider
Assembly:  System.Configuration (in System.Configuration.dll)

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

Property Value

Type: System::Boolean

false in all cases.

This property is included to fulfill the ICollection interface.

.NET Framework
Available since 2.0
Return to top
Show: