Indicates a NodeDescription object for the node. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As NodeDescription
Dim value As NodeDescription

value = instance.nodeDescription

instance.nodeDescription = value

Syntax

Visual Basic
<XmlElementAttribute("NodeDescriptions", IsNullable:=False)> _
Public nodeDescription As NodeDescription
C#
[XmlElementAttribute("NodeDescriptions", IsNullable=false)] 
public NodeDescription nodeDescription
C++
[XmlElementAttribute(L"NodeDescriptions", IsNullable=false)] 
public:
NodeDescription^ nodeDescription
J#
/** @attribute XmlElementAttribute("NodeDescriptions", IsNullable=false) */ 
public NodeDescription nodeDescription
JScript
XmlElementAttribute("NodeDescriptions", IsNullable=false) 
public var nodeDescription : NodeDescription

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also