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 RootNodeDescription XML element.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As AdminConsole
Dim value As List(Of RootNodeDescription)
value = instance.rootNodeDescription
instance.rootNodeDescription = value
Syntax
'Declaration
<XmlArrayAttribute("RootNodeDescription", IsNullable:=False)> _
Public rootNodeDescription As List(Of RootNodeDescription)
[XmlArrayAttribute("RootNodeDescription", IsNullable=false)]
public List<RootNodeDescription> rootNodeDescription
[XmlArrayAttribute(L"RootNodeDescription", IsNullable=false)]
public:
List<RootNodeDescription^>^ rootNodeDescription
/** @attribute XmlArrayAttribute("RootNodeDescription", IsNullable=false) */
public List<RootNodeDescription> rootNodeDescription
XmlArrayAttribute("RootNodeDescription", IsNullable=false)
public var rootNodeDescription : List<RootNodeDescription>
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
AdminConsole Class
AdminConsole Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
RootNodeDescription