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 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