RootNodeDescription Class

Represents a summary description for a single root node in Configuration Manager 2007, represented by a RootNodeDescription XML element.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As RootNodeDescription

Syntax

'Declaration
<SerializableAttribute> _
<XmlRootAttribute("RootNodeDescription", IsNullable:=False)> _
Public Class RootNodeDescription
[SerializableAttribute] 
[XmlRootAttribute("RootNodeDescription", IsNullable=false)] 
public class RootNodeDescription
[SerializableAttribute] 
[XmlRootAttribute(L"RootNodeDescription", IsNullable=false)] 
public ref class RootNodeDescription
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("RootNodeDescription", IsNullable=false) */ 
public class RootNodeDescription
SerializableAttribute 
XmlRootAttribute("RootNodeDescription", IsNullable=false) 
public class RootNodeDescription

Remarks

A root node is the topmost Configuration Manager console node that represents a feature, for example, Collections or Packages. Configuration Manager defines a child node, for example OS Images, as a static node that appears under a root node. A relative node is a special type of child node that the framework duplicates for each child node under which it is configured. For example, the Packages root node has a number of relative nodes, such as access accounts and programs.

For an example of XML for a root node, see How to Create Node XML for a Configuration Manager Console View.

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.Schema.RootNodeDescription

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

Reference

RootNodeDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace

Other Resources

How to Create Node XML for a Configuration Manager Console View