ScopeNode.Children Property

 

Gets the children of the scope node.

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

Syntax

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

Property Value

Type: Microsoft.ManagementConsole.ScopeNodeCollection

A collection containing the children of the scope node.

See Also

ScopeNode Class
Microsoft.ManagementConsole Namespace

Return to top