Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates a NodeDescription object for the node.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As NodeDescription
Dim value As NodeDescription
value = instance.nodeDescription
instance.nodeDescription = value
Syntax
'Declaration
<XmlElementAttribute("NodeDescriptions", IsNullable:=False)> _
Public nodeDescription As NodeDescription
[XmlElementAttribute("NodeDescriptions", IsNullable=false)]
public NodeDescription nodeDescription
[XmlElementAttribute(L"NodeDescriptions", IsNullable=false)]
public:
NodeDescription^ nodeDescription
/** @attribute XmlElementAttribute("NodeDescriptions", IsNullable=false) */
public NodeDescription nodeDescription
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
Reference
NodeDescription Class
NodeDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace