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:
-
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
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.