Indicates a System.Collections.Generic.List object that represents ActionDescription objects for actions shown in this root node. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As RootNodeDescription
Dim value As List(Of ActionDescription)

value = instance.globalRootActions

instance.globalRootActions = value

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>

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also