Partager via


NodesRootDescription.consoleRootObjects Field

Indicates a System.Collections.Generic.List object representing ConsoleRootDescription objects.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As NodesRootDescription
Dim value As List(Of ConsoleRootDescription)

value = instance.consoleRootObjects

instance.consoleRootObjects = value

Syntax

'Declaration
<XmlArrayAttribute("ConsoleRootObjects", IsNullable:=False)> _
Public consoleRootObjects As List(Of ConsoleRootDescription)
[XmlArrayAttribute("ConsoleRootObjects", IsNullable=false)] 
public List<ConsoleRootDescription> consoleRootObjects
[XmlArrayAttribute(L"ConsoleRootObjects", IsNullable=false)] 
public:
List<ConsoleRootDescription^>^ consoleRootObjects
/** @attribute XmlArrayAttribute("ConsoleRootObjects", IsNullable=false) */ 
public List<ConsoleRootDescription> consoleRootObjects
XmlArrayAttribute("ConsoleRootObjects", IsNullable=false) 
public var consoleRootObjects : List<ConsoleRootDescription>

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

NodesRootDescription Class
NodesRootDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ConsoleRootDescription Class