BindingSource::SyncRoot Property

 

Gets an object that can be used to synchronize access to the underlying list.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property Object^ SyncRoot {
	virtual Object^ get();
}

Property Value

Type: System::Object^

An object that can be used to synchronize access to the underlying list.

.NET Framework
Available since 2.0
Return to top
Show: