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

value = instance.scopePaneDescriptions

instance.scopePaneDescriptions = value

Syntax

Visual Basic
<XmlArrayAttribute("ScopePaneItemDescriptions")> _
Public scopePaneDescriptions As List(Of ScopePaneItemDescription)
C#
[XmlArrayAttribute("ScopePaneItemDescriptions")] 
public List<ScopePaneItemDescription> scopePaneDescriptions
C++
[XmlArrayAttribute(L"ScopePaneItemDescriptions")] 
public:
List<ScopePaneItemDescription^>^ scopePaneDescriptions
J#
/** @attribute XmlArrayAttribute("ScopePaneItemDescriptions") */ 
public List<ScopePaneItemDescription> scopePaneDescriptions
JScript
XmlArrayAttribute("ScopePaneItemDescriptions") 
public var scopePaneDescriptions : List<ScopePaneItemDescription>

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also