InternalDataCollectionBase::IsSynchronized Property
.NET Framework (current version)
Gets a value that indicates whether the InternalDataCollectionBase is synchonized.
Assembly: System.Data (in System.Data.dll)
public: [BrowsableAttribute(false)] property bool IsSynchronized { virtual bool get() sealed; }
Property Value
Type: System::Booleantrue if the collection is synchronized; otherwise, false. The default is false.
Implements
ICollection::IsSynchronizedThe BaseCollection class and its members are not intended for use as a stand-alone component, but as the class from which other collection classes derive standard functionality.
.NET Framework
Available since 1.1
Available since 1.1
Show: