DataViewSettingCollection::IsSynchronized Property
.NET Framework (current version)
Gets a value that indicates whether access to the DataViewSettingCollection is synchronized (thread-safe).
Assembly: System.Data (in System.Data.dll)
public: [BrowsableAttribute(false)] property bool IsSynchronized { virtual bool get() sealed; }
Property Value
Type: System::BooleanThis property is always false, unless overridden by a derived class.
Implements
ICollection::IsSynchronizedThis property implements the ICollection interface.
Derived classes can provide a synchronized version of the DataViewSettingCollection using the SyncRoot property.
.NET Framework
Available since 1.1
Available since 1.1
Show: