Partager via


RootNodeDescription.childNodes Field

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

'Usage
Dim instance As RootNodeDescription
Dim value As List(Of RootNodeDescription)

value = instance.childNodes

instance.childNodes = value

Syntax

'Declaration
<XmlArrayAttribute("ChildNodes", IsNullable:=False)> _
Public childNodes As List(Of RootNodeDescription)
[XmlArrayAttribute("ChildNodes", IsNullable=false)] 
public List<RootNodeDescription> childNodes
[XmlArrayAttribute(L"ChildNodes", IsNullable=false)] 
public:
List<RootNodeDescription^>^ childNodes
/** @attribute XmlArrayAttribute("ChildNodes", IsNullable=false) */ 
public List<RootNodeDescription> childNodes
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

Reference

RootNodeDescription Class
RootNodeDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace