Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an object that can be used to synchronize access to the ICollection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public object SyncRoot { get; }
public:
property Object^ SyncRoot {
virtual Object^ get() sealed;
}
abstract SyncRoot : Object with get
override SyncRoot : Object with get
Public ReadOnly Property SyncRoot As Object
Property Value
Type: System.Object
The SyncRoot object
Implements
See Also
SnapInImageList Class
Microsoft.ManagementConsole Namespace
Return to top