Indicates a System.Collections.Generic.List object that represents RootNodeDescription objects for the child nodes that appear under this node. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As RootNodeDescription
Dim value As List(Of RootNodeDescription)

value = instance.childNodes

instance.childNodes = value

Syntax

Visual Basic
<XmlArrayAttribute("ChildNodes", IsNullable:=False)> _
Public childNodes As List(Of RootNodeDescription)
C#
[XmlArrayAttribute("ChildNodes", IsNullable=false)] 
public List<RootNodeDescription> childNodes
C++
[XmlArrayAttribute(L"ChildNodes", IsNullable=false)] 
public:
List<RootNodeDescription^>^ childNodes
J#
/** @attribute XmlArrayAttribute("ChildNodes", IsNullable=false) */ 
public List<RootNodeDescription> childNodes
JScript
XmlArrayAttribute("ChildNodes", IsNullable=false) 
public var childNodes : List<RootNodeDescription>

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also