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
Syntax
Visual Basic |
<XmlArrayAttribute("ConsoleRootObjects", IsNullable:=False)> _
Public consoleRootObjects As List(Of ConsoleRootDescription)
|
C# |
[XmlArrayAttribute("ConsoleRootObjects", IsNullable=false)]
public List<ConsoleRootDescription> consoleRootObjects
|
C++ |
[XmlArrayAttribute(L"ConsoleRootObjects", IsNullable=false)]
public:
List<ConsoleRootDescription^>^ consoleRootObjects
|
J# |
/** @attribute XmlArrayAttribute("ConsoleRootObjects", IsNullable=false) */
public List<ConsoleRootDescription> consoleRootObjects
|
JScript |
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