AdminConsole.consoleDescriptionRoot Field
Indicates a NodesRootDescription object for the consoleDescriptionRoot XML element.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As AdminConsole
Dim value As NodesRootDescription
value = instance.consoleDescriptionRoot
instance.consoleDescriptionRoot = value
Syntax
'Declaration
<XmlElementAttribute("consoleDescriptionRoot", IsNullable:=False)> _
Public consoleDescriptionRoot As NodesRootDescription
[XmlElementAttribute("consoleDescriptionRoot", IsNullable=false)]
public NodesRootDescription consoleDescriptionRoot
[XmlElementAttribute(L"consoleDescriptionRoot", IsNullable=false)]
public:
NodesRootDescription^ consoleDescriptionRoot
/** @attribute XmlElementAttribute("consoleDescriptionRoot", IsNullable=false) */
public NodesRootDescription consoleDescriptionRoot
XmlElementAttribute("consoleDescriptionRoot", IsNullable=false)
public var consoleDescriptionRoot : NodesRootDescription
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
AdminConsole Class
AdminConsole Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
NodesRootDescription