SettingsPropertyCollection::SyncRoot Property

 

Gets the object to synchronize access to the collection.

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

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

Property Value

Type: System::Object^

The object to synchronize access to the collection.

.NET Framework
Available since 2.0
Return to top
Show: