Indicates a
NodesRootDescription object for the
nodesRootDescription
XML element.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<XmlElementAttribute("NodesRootDescription", IsNullable:=False)> _
Public nodesRootDescription As NodesRootDescription
|
C# |
[XmlElementAttribute("NodesRootDescription", IsNullable=false)]
public NodesRootDescription nodesRootDescription
|
C++ |
[XmlElementAttribute(L"NodesRootDescription", IsNullable=false)]
public:
NodesRootDescription^ nodesRootDescription
|
J# |
/** @attribute XmlElementAttribute("NodesRootDescription", IsNullable=false) */
public NodesRootDescription nodesRootDescription
|
JScript |
XmlElementAttribute("NodesRootDescription", IsNullable=false)
public var nodesRootDescription : NodesRootDescription
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also