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
Syntax
Visual Basic |
<XmlArrayAttribute("ManagementClassDescriptions", IsNullable:=False)> _
Public classDescriptions As List(Of ManagementClassDescription)
|
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