Indicates a System.Collections.Generic.List object that represents ManagementClassDescription objects. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ManagementClassDescriptions
Dim value As List(Of ManagementClassDescription)

value = instance.classDescriptions

instance.classDescriptions = value

Syntax

Visual Basic
<XmlArrayAttribute("ManagementClassDescriptions", IsNullable:=False)> _
Public classDescriptions As List(Of ManagementClassDescription)
C#
[XmlArrayAttribute("ManagementClassDescriptions", IsNullable=false)] 
public List<ManagementClassDescription> classDescriptions
C++
[XmlArrayAttribute(L"ManagementClassDescriptions", IsNullable=false)] 
public:
List<ManagementClassDescription^>^ classDescriptions
J#
/** @attribute XmlArrayAttribute("ManagementClassDescriptions", IsNullable=false) */ 
public List<ManagementClassDescription> classDescriptions
JScript
XmlArrayAttribute("ManagementClassDescriptions", IsNullable=false) 
public var classDescriptions : List<ManagementClassDescription>

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also