WmiCollectionBase.SyncRoot Property

Definition

Gets an object that can be used to synchronize access to the collection.

public:
 property System::Object ^ SyncRoot { System::Object ^ get(); };
public object SyncRoot { get; }
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object

Property Value

An Object value that can be used to synchronize access to the collection.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to