ConfigurationPropertyCollection::SyncRoot Property

 

Gets the object to synchronize access to the collection.

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

public:
property Object^ SyncRoot {
	virtual Object^ get() sealed;
}

Property Value

Type: System::Object^

The object to synchronize access to the collection.

The following example shows how to get the SyncRoot property value.

.NET Framework
Available since 2.0
Return to top
Show: