Represents a single results pane, indicated by a
ResultPaneItemDescription 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
Syntax
Visual Basic |
<SerializableAttribute> _
<XmlRootAttribute("ResultPaneItemDescription", IsNullable:=False)> _
Public Class ResultPaneItemDescription
Inherits PaneItemDescriptionBase
|
C# |
[SerializableAttribute]
[XmlRootAttribute("ResultPaneItemDescription", IsNullable=false)]
public class ResultPaneItemDescription : PaneItemDescriptionBase
|
C++ |
[SerializableAttribute]
[XmlRootAttribute(L"ResultPaneItemDescription", IsNullable=false)]
public ref class ResultPaneItemDescription : public PaneItemDescriptionBase
|
J# |
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("ResultPaneItemDescription", IsNullable=false) */
public class ResultPaneItemDescription extends PaneItemDescriptionBase
|
JScript |
SerializableAttribute
XmlRootAttribute("ResultPaneItemDescription", IsNullable=false)
public class ResultPaneItemDescription extends PaneItemDescriptionBase
|
Example
The following example shows the beginning of a
ResultPaneItemDescription XML element:
|
Copy Code |
<ResultPaneItemDescription NamespaceGuid="a021ef12-1001-4800-8ecd-cd10e70c884a">
|
Inheritance
Hierarchy
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