Indicates a System.Collections.Generic.List object that represents NodeDescription objects for the nodes in the root 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 NodeDescription)

value = instance.rootNodeDescriptions

instance.rootNodeDescriptions = value

Syntax

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

Remarks

Each description includes one or more scope and result descriptions which are all processed concurrently, when the node is expanded.


Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also