Represents a single scope pane, indicated by a ScopePaneItemDescription XML element. Basics for the pane are represented by the PaneItemDescriptionBase class in Configuration Manager 2007. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ScopePaneItemDescription

Syntax

Visual Basic
<SerializableAttribute> _
<XmlRootAttribute("ScopePaneItemDescription", IsNullable:=False)> _
Public Class ScopePaneItemDescription
		Inherits PaneItemDescriptionBase
C#
[SerializableAttribute] 
[XmlRootAttribute("ScopePaneItemDescription", IsNullable=false)] 
public class ScopePaneItemDescription : PaneItemDescriptionBase
C++
[SerializableAttribute] 
[XmlRootAttribute(L"ScopePaneItemDescription", IsNullable=false)] 
public ref class ScopePaneItemDescription : public PaneItemDescriptionBase
J#
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("ScopePaneItemDescription", IsNullable=false) */ 
public class ScopePaneItemDescription extends PaneItemDescriptionBase
JScript
SerializableAttribute 
XmlRootAttribute("ScopePaneItemDescription", IsNullable=false) 
public class ScopePaneItemDescription extends PaneItemDescriptionBase

Example

The following example shows the beginning of a ScopePaneItemDescription XML element:

  Copy Code
<ScopePaneItemDescription NamespaceGuid="6835f207-15b5-44c1-b00c-265ffa3e3dab">

Inheritance Hierarchy

System.Object
   Microsoft.ConfigurationManagement.AdminConsole.Schema.PaneItemDescriptionBase
    Microsoft.ConfigurationManagement.AdminConsole.Schema.ScopePaneItemDescription

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also