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
Syntax
Visual Basic |
<XmlArrayAttribute("ResultPaneItemDescriptions", IsNullable:=False)> _
Public resultPaneDescriptions As List(Of ResultPaneItemDescription)
|
C# |
[XmlArrayAttribute("ResultPaneItemDescriptions", IsNullable=false)]
public List<ResultPaneItemDescription> resultPaneDescriptions
|
C++ |
[XmlArrayAttribute(L"ResultPaneItemDescriptions", IsNullable=false)]
public:
List<ResultPaneItemDescription^>^ resultPaneDescriptions
|
J# |
/** @attribute XmlArrayAttribute("ResultPaneItemDescriptions", IsNullable=false) */
public List<ResultPaneItemDescription> resultPaneDescriptions
|
JScript |
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