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 System.Collections.Generic.List object that represents RootNodeDescription objects for the child nodes of the scope pane item.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ScopePaneItemDescription
Dim value As List(Of RootNodeDescription)
value = instance.childNodes
instance.childNodes = value
Syntax
'Declaration
<XmlArrayAttribute("Children", IsNullable:=False)> _
Public childNodes As List(Of RootNodeDescription)
[XmlArrayAttribute("Children", IsNullable=false)]
public List<RootNodeDescription> childNodes
[XmlArrayAttribute(L"Children", IsNullable=false)]
public:
List<RootNodeDescription^>^ childNodes
/** @attribute XmlArrayAttribute("Children", IsNullable=false) */
public List<RootNodeDescription> childNodes
XmlArrayAttribute("Children", IsNullable=false)
public var childNodes : List<RootNodeDescription>
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ScopePaneItemDescription Class
ScopePaneItemDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
RootNodeDescription Class