NodeDescription.resultPaneDescriptions Field

Indicates a System.Collections.Generic.List object that represents ResultPaneItemDescription objects for items that are displayed 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 ResultPaneItemDescription)

value = instance.resultPaneDescriptions

instance.resultPaneDescriptions = value

Syntax

'Declaration
<XmlArrayAttribute("ResultPaneItemDescriptions", IsNullable:=False)> _
Public resultPaneDescriptions As List(Of ResultPaneItemDescription)
[XmlArrayAttribute("ResultPaneItemDescriptions", IsNullable=false)] 
public List<ResultPaneItemDescription> resultPaneDescriptions
[XmlArrayAttribute(L"ResultPaneItemDescriptions", IsNullable=false)] 
public:
List<ResultPaneItemDescription^>^ resultPaneDescriptions
/** @attribute XmlArrayAttribute("ResultPaneItemDescriptions", IsNullable=false) */ 
public List<ResultPaneItemDescription> resultPaneDescriptions
XmlArrayAttribute("ResultPaneItemDescriptions", IsNullable=false) 
public var resultPaneDescriptions : List<ResultPaneItemDescription>

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
ResultPaneItemDescription