ScopePaneItemDescription.relativeNodes Field

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

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

value = instance.relativeNodes

instance.relativeNodes = value

Syntax

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

Reference

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