Partager via


RootNodeDescription.relativeNodes Field

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

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

value = instance.relativeNodes

instance.relativeNodes = value

Syntax

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

Reference

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