BaseCollection.SyncRoot Property
Gets an object that can be used to synchronize access to the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public object SyncRoot { get; }
public:
property Object^ SyncRoot {
Object^ get();
}
member SyncRoot : Object with get
Public ReadOnly Property SyncRoot As Object
Property Value
Type: System.Object
The object that can be used to synchronize access.
See Also
BaseCollection Class
Microsoft.ManagementConsole Namespace
Return to top