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
Syntax
Visual Basic |
<SerializableAttribute> _
<XmlRootAttribute("ManagementClassDescriptions", IsNullable:=False)> _
Public Class ManagementClassDescriptions
|
C# |
[SerializableAttribute]
[XmlRootAttribute("ManagementClassDescriptions", IsNullable=false)]
public class ManagementClassDescriptions
|
C++ |
[SerializableAttribute]
[XmlRootAttribute(L"ManagementClassDescriptions", IsNullable=false)]
public ref class ManagementClassDescriptions
|
J# |
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("ManagementClassDescriptions", IsNullable=false) */
public class ManagementClassDescriptions
|
JScript |
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