Share via


SnapInImageList.SyncRoot Property

 

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

ICollection.SyncRoot

See Also

SnapInImageList Class
Microsoft.ManagementConsole Namespace

Return to top