Indicates a System.Collections.Generic.List object that represents RootNodeDescription objects for the relative nodes of 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 RootNodeDescription)

value = instance.relativeNodes

instance.relativeNodes = value

Syntax

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

Remarks

A relative node is repeated for each result object that is displayed in the Configuration Manager 2007 console navigation pane. For example, each package has relative nodes such as programs, access accounts, etc.


Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also