Indicates a System.Collections.Generic.List object that represents ManagementClassPropertyDescription objects that are associated with the management class. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

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

value = instance.properties

instance.properties = value

Syntax

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also