WindowCollection.IsSynchronized Property

Definition

Gets a value indicating whether the WindowCollection object is 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 object is thread safe; otherwise, false.

Implements

Applies to