PrimaryScopeNode.Children Property
Gets the collection of the child nodes that are owned by the extension. Nodes from the primary snap-in or other extensions are not included.
Namespace: Microsoft.ManagementConsole.Advanced
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
The collection of the child nodes
See Also
PrimaryScopeNode Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top