ExpressionBindingCollection.IsSynchronized Property

Definition

Gets a value indicating whether access to the collection is synchronized (thread safe).

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

false in all cases.

Implements

Applies to