CommandBindingCollection.IsSynchronized Property

Definition

Gets a value indicating whether access to this CommandBindingCollection is synchronized (thread-safe).

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

Property Value

true if the collection is thread-safe; otherwise, false. The default value is false.

Implements

Remarks

SyncRoot can be used to synchronize access to the collection.

Applies to