Represents summary information for a nodes root in Configuration Manager 2007, indicated by a NodesRootDescription XML element. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As NodesRootDescription

Syntax

Visual Basic
<SerializableAttribute> _
<XmlRootAttribute("ConsoleNodesRootDescription", IsNullable:=False)> _
Public Class NodesRootDescription
C#
[SerializableAttribute] 
[XmlRootAttribute("ConsoleNodesRootDescription", IsNullable=false)] 
public class NodesRootDescription
C++
[SerializableAttribute] 
[XmlRootAttribute(L"ConsoleNodesRootDescription", IsNullable=false)] 
public ref class NodesRootDescription
J#
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("ConsoleNodesRootDescription", IsNullable=false) */ 
public class NodesRootDescription
JScript
SerializableAttribute 
XmlRootAttribute("ConsoleNodesRootDescription", IsNullable=false) 
public class NodesRootDescription

Example

The following example shows the beginning of a NodesRootDescription XML element:

  Copy Code
  <NodesRootDescription NamespaceGuid="e344295b-f744-49af-9c9a-1d6f463d5696" HelpTopic="7e96e251-ed74-4905-87c0-77d082a5fa4d">

Remarks

The nodes root consists of a number of console roots, represented by ConsoleRootDescription objects. In addition, it defines the following:


Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.Schema.NodesRootDescription

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also