ReplicationBaseCollection.IsSynchronized Property

Definition

Gets whether or not access to the collection is synchronized and is therefore thread-safe.

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Property Value

A Boolean value. If true, access to the collection is synchronized. If false, access to the collection is not synchronized.

Implements

Remarks

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Applies to