ReplicationBaseCollection.IsSynchronized Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.