NodeDescription.scopePaneDescriptions Field
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
'Usage
Dim instance As NodeDescription
Dim value As List(Of ScopePaneItemDescription)
value = instance.scopePaneDescriptions
instance.scopePaneDescriptions = value
Syntax
'Declaration
<XmlArrayAttribute("ScopePaneItemDescriptions")> _
Public scopePaneDescriptions As List(Of ScopePaneItemDescription)
[XmlArrayAttribute("ScopePaneItemDescriptions")]
public List<ScopePaneItemDescription> scopePaneDescriptions
[XmlArrayAttribute(L"ScopePaneItemDescriptions")]
public:
List<ScopePaneItemDescription^>^ scopePaneDescriptions
/** @attribute XmlArrayAttribute("ScopePaneItemDescriptions") */
public List<ScopePaneItemDescription> scopePaneDescriptions
XmlArrayAttribute("ScopePaneItemDescriptions")
public var scopePaneDescriptions : List<ScopePaneItemDescription>
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
ScopePaneItemDescription