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 the pane item.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As PaneItemDescriptionBase
Dim value As List(Of ActionDescription)
value = instance.actions
instance.actions = value
Syntax
'Declaration
<XmlArrayAttribute("Actions", IsNullable:=False)> _
Public actions As List(Of ActionDescription)
[XmlArrayAttribute("Actions", IsNullable=false)]
public List<ActionDescription> actions
[XmlArrayAttribute(L"Actions", IsNullable=false)]
public:
List<ActionDescription^>^ actions
/** @attribute XmlArrayAttribute("Actions", IsNullable=false) */
public List<ActionDescription> actions
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
Reference
PaneItemDescriptionBase Class
PaneItemDescriptionBase Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ActionDescription Class