NodesRootDescription Class
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
'Usage
Dim instance As NodesRootDescription
Syntax
'Declaration
<SerializableAttribute> _
<XmlRootAttribute("ConsoleNodesRootDescription", IsNullable:=False)> _
Public Class NodesRootDescription
[SerializableAttribute]
[XmlRootAttribute("ConsoleNodesRootDescription", IsNullable=false)]
public class NodesRootDescription
[SerializableAttribute]
[XmlRootAttribute(L"ConsoleNodesRootDescription", IsNullable=false)]
public ref class NodesRootDescription
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("ConsoleNodesRootDescription", IsNullable=false) */
public class NodesRootDescription
SerializableAttribute
XmlRootAttribute("ConsoleNodesRootDescription", IsNullable=false)
public class NodesRootDescription
Example
The following example shows the beginning of a NodesRootDescription XML element:
<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:
Actions represented by ActionDescription objects, and items associated with them
One or more view assemblies, represented by ViewAssemblyDescription objects
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
Change History
See Also
Reference
NodesRootDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ActionDescription Class
AssemblyDescription Class
ConsoleRootDescription Class
ViewAssemblyDescription