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> |