BindingContext.System.Collections.ICollection.IsSynchronized 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 IsSynchronized As Boolean Implements _   ICollection.IsSynchronized
[C#]
bool ICollection.IsSynchronized {get;}
[C++]
private: __property bool
   System::Collections::ICollection::get_IsSynchronized();
[JScript]
private function get ICollection.IsSynchronized() : Boolean;

See Also

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