NodeDescription.childNodes Field
Indicates a System.Collections.Generic.List object that represents RootNodeDescription objects for the child nodes.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As NodeDescription
Dim value As List(Of RootNodeDescription)
value = instance.childNodes
instance.childNodes = value
Syntax
'Declaration
<XmlArrayAttribute("Children", IsNullable:=False)> _
Public childNodes As List(Of RootNodeDescription)
[XmlArrayAttribute("Children", IsNullable=false)]
public List<RootNodeDescription> childNodes
[XmlArrayAttribute(L"Children", IsNullable=false)]
public:
List<RootNodeDescription^>^ childNodes
/** @attribute XmlArrayAttribute("Children", IsNullable=false) */
public List<RootNodeDescription> childNodes
XmlArrayAttribute("Children", 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
NodeDescription Class
NodeDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
RootNodeDescription