WmiCollectionBase.IsSynchronized Property

Definition

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

A Boolean value that specifies whether access to the collection is thread safe.

If True, access to the collection is synchronized.

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

Examples

Managing Services and Network Settings by Using WMI Provider

Remarks

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Applies to