Indicates a System.Collections.Generic.List object that represents ActionDescription objects for the pane item. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

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

value = instance.actions

instance.actions = value

Syntax

Visual Basic
<XmlArrayAttribute("Actions", IsNullable:=False)> _
Public actions As List(Of ActionDescription)
C#
[XmlArrayAttribute("Actions", IsNullable=false)] 
public List<ActionDescription> actions
C++
[XmlArrayAttribute(L"Actions", IsNullable=false)] 
public:
List<ActionDescription^>^ actions
J#
/** @attribute XmlArrayAttribute("Actions", IsNullable=false) */ 
public List<ActionDescription> actions
JScript
XmlArrayAttribute("Actions", IsNullable=false) 
public var actions : List<ActionDescription>

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also