Share via


ScopeNode.Parent Property

 

Gets the parent node of the scope node.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public ScopeNode Parent { get; }
public:
property ScopeNode^ Parent {
    ScopeNode^ get();
}
member Parent : ScopeNode with get
Public ReadOnly Property Parent As ScopeNode

Property Value

Type: Microsoft.ManagementConsole.ScopeNode

The parent node of the scope node.

See Also

ScopeNode Class
Microsoft.ManagementConsole Namespace

Return to top