Indicates a System.Collections.Generic.List object that represents
RootNodeDescription objects for the child nodes of the scope
pane item.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<XmlArrayAttribute("Children", IsNullable:=False)> _
Public childNodes As List(Of RootNodeDescription)
|
C# |
[XmlArrayAttribute("Children", IsNullable=false)]
public List<RootNodeDescription> childNodes
|
C++ |
[XmlArrayAttribute(L"Children", IsNullable=false)]
public:
List<RootNodeDescription^>^ childNodes
|
J# |
/** @attribute XmlArrayAttribute("Children", IsNullable=false) */
public List<RootNodeDescription> childNodes
|
JScript |
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