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