InternalDataCollectionBase.IsSynchronized Property

Definition

Gets a value that indicates whether the InternalDataCollectionBase is synchronized.

public:
 property bool IsSynchronized { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsSynchronized { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Property Value

true if the collection is synchronized; otherwise, false. The default is false.

Implements

Attributes

Remarks

The 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.

Applies to