Represents the XML nodes for the Configuration Manager 2007
console. The nodes are summarized in the
ConsoleNodesRootDescription XML element in the
Microsoft.ConfigurationManagement.AdminConsole
namespace XML.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<SerializableAttribute> _
<XmlRootAttribute("ConsoleNodesRootDescription", IsNullable:=False)> _
Public Class AdminConsole
|
C# |
[SerializableAttribute]
[XmlRootAttribute("ConsoleNodesRootDescription", IsNullable=false)]
public class AdminConsole
|
C++ |
[SerializableAttribute]
[XmlRootAttribute(L"ConsoleNodesRootDescription", IsNullable=false)]
public ref class AdminConsole
|
J# |
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("ConsoleNodesRootDescription", IsNullable=false) */
public class AdminConsole
|
JScript |
SerializableAttribute
XmlRootAttribute("ConsoleNodesRootDescription", IsNullable=false)
public class AdminConsole
|
Inheritance
Hierarchy
System.Object
Microsoft.ConfigurationManagement.AdminConsole.Schema.AdminConsole
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