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