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