ScopePaneItemDescription Class

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

'Usage
Dim instance As ScopePaneItemDescription

Syntax

'Declaration
<SerializableAttribute> _
<XmlRootAttribute("ScopePaneItemDescription", IsNullable:=False)> _
Public Class ScopePaneItemDescription
    Inherits PaneItemDescriptionBase
[SerializableAttribute] 
[XmlRootAttribute("ScopePaneItemDescription", IsNullable=false)] 
public class ScopePaneItemDescription : PaneItemDescriptionBase
[SerializableAttribute] 
[XmlRootAttribute(L"ScopePaneItemDescription", IsNullable=false)] 
public ref class ScopePaneItemDescription : public PaneItemDescriptionBase
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("ScopePaneItemDescription", IsNullable=false) */ 
public class ScopePaneItemDescription extends PaneItemDescriptionBase
SerializableAttribute 
XmlRootAttribute("ScopePaneItemDescription", IsNullable=false) 
public class ScopePaneItemDescription extends PaneItemDescriptionBase

Example

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

<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

Change History

See Also

Reference

ScopePaneItemDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
PaneItemDescriptionBase Class