Partager via


ManagementClassDescriptions Class

Represents summary information for a collection of ManagementClassDescription objects in Configuration Manager 2007, indicated by a ManagementClassDescriptions XML element.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As ManagementClassDescriptions

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.Schema.ManagementClassDescriptions

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

Reference

ManagementClassDescriptions Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ManagementClassDescription Class