BindingContext.System.Collections.ICollection.SyncRoot Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Private ReadOnly Property SyncRoot As Object Implements _   ICollection.SyncRoot
[C#]
object ICollection.SyncRoot {get;}
[C++]
private: __property Object*
   System::Collections::ICollection::get_SyncRoot();
[JScript]
private function get ICollection.SyncRoot() : Object;

See Also

BindingContext Class | BindingContext Members | System.Windows.Forms Namespace