ManagementClassDescription.properties Field

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

'Usage
Dim instance As ManagementClassDescription
Dim value As List(Of ManagementClassPropertyDescription)

value = instance.properties

instance.properties = value

Syntax

'Declaration
<XmlArrayAttribute("Properties", IsNullable:=False)> _
Public properties As List(Of ManagementClassPropertyDescription)
[XmlArrayAttribute("Properties", IsNullable=false)] 
public List<ManagementClassPropertyDescription> properties
[XmlArrayAttribute(L"Properties", IsNullable=false)] 
public:
List<ManagementClassPropertyDescription^>^ properties
/** @attribute XmlArrayAttribute("Properties", IsNullable=false) */ 
public List<ManagementClassPropertyDescription> properties
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

Reference

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

Other Resources

SMS_Advertisement Server WMI Class