Indicates a
NodesRootDescription object for the
consoleDescriptionRoot XML element.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<XmlElementAttribute("consoleDescriptionRoot", IsNullable:=False)> _
Public consoleDescriptionRoot As NodesRootDescription
|
C# |
[XmlElementAttribute("consoleDescriptionRoot", IsNullable=false)]
public NodesRootDescription consoleDescriptionRoot
|
C++ |
[XmlElementAttribute(L"consoleDescriptionRoot", IsNullable=false)]
public:
NodesRootDescription^ consoleDescriptionRoot
|
J# |
/** @attribute XmlElementAttribute("consoleDescriptionRoot", IsNullable=false) */
public NodesRootDescription consoleDescriptionRoot
|
JScript |
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