AdminConsole Class
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
'Usage
Dim instance As AdminConsole
Syntax
'Declaration
<SerializableAttribute> _
<XmlRootAttribute("ConsoleNodesRootDescription", IsNullable:=False)> _
Public Class AdminConsole
[SerializableAttribute]
[XmlRootAttribute("ConsoleNodesRootDescription", IsNullable=false)]
public class AdminConsole
[SerializableAttribute]
[XmlRootAttribute(L"ConsoleNodesRootDescription", IsNullable=false)]
public ref class AdminConsole
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("ConsoleNodesRootDescription", IsNullable=false) */
public class AdminConsole
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
Reference
AdminConsole Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace