Share via


RootNodeDescription.rootNodeDescriptions Field

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

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

value = instance.rootNodeDescriptions

instance.rootNodeDescriptions = value

Syntax

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

Reference

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