Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
---|
Dim instance As RootNodeDescription |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ <XmlRootAttribute("RootNodeDescription", IsNullable:=False)> _ Public Class RootNodeDescription |
C# |
---|
[SerializableAttribute] [XmlRootAttribute("RootNodeDescription", IsNullable=false)] public class RootNodeDescription |
C++ |
---|
[SerializableAttribute] [XmlRootAttribute(L"RootNodeDescription", IsNullable=false)] public ref class RootNodeDescription |
J# |
---|
/** @attribute SerializableAttribute() */ /** @attribute XmlRootAttribute("RootNodeDescription", IsNullable=false) */ public class RootNodeDescription |
JScript |
---|
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
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.