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 ActionDescription objects for global root actions that are reflected in the console root.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ConsoleRootDescription
Dim value As List(Of ActionDescription)
value = instance.globalRootActions
instance.globalRootActions = value
Syntax
'Declaration
<XmlArrayAttribute("Actions", IsNullable:=False)> _
Public globalRootActions As List(Of ActionDescription)
[XmlArrayAttribute("Actions", IsNullable=false)]
public List<ActionDescription> globalRootActions
[XmlArrayAttribute(L"Actions", IsNullable=false)]
public:
List<ActionDescription^>^ globalRootActions
/** @attribute XmlArrayAttribute("Actions", IsNullable=false) */
public List<ActionDescription> globalRootActions
XmlArrayAttribute("Actions", IsNullable=false)
public var globalRootActions : List<ActionDescription>
Remarks
.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ConsoleRootDescription Class
ConsoleRootDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ActionDescription Class