SelectedNodeCollection.ICollection.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
object ICollection.SyncRoot { get; }
private:
property Object^ SyncRoot {
virtual Object^ get() sealed = ICollection::SyncRoot::get;
}
private abstract SyncRoot : Object with get
private override SyncRoot : Object with get
Private ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot
Property Value
Type: System.Object
An object that can be used to synchronize access to the ICollection.
Implements
See Also
SelectedNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top