ProtocolPropertyCollection.IsSynchronized Property

Definition

Gets the Boolean property value that specifies whether access to the collection is synchronized and 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 that specifies whether the access to the collection is synchronized.

If True, access to the collection is synchronized.

If False (false), access to the collection is not synchronized.

Implements

Examples

Using Collections

Applies to