Share via


DataViewManager.ICollection.IsSynchronized Property

Definition

Retrieves a value that indicates whether access to the data views collection is synchronized (thread safe).

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Property Value

Returns true if access to the data views collection is synchronized (thread safe).

Implements

Applies to