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