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
Syntax
Visual Basic |
<XmlArrayAttribute("ScopePaneItemDescriptions")> _
Public scopePaneDescriptions As List(Of ScopePaneItemDescription)
|
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