Indicates a System.Collections.Generic.List object that represents RootNodeDescription objects for the relative nodes of the scope pane item. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ScopePaneItemDescription
Dim value As List(Of RootNodeDescription)

value = instance.relativeNodes

instance.relativeNodes = value

Syntax

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also