PropertyData Properties
.NET Framework 4.5
The PropertyData type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsArray | Gets a value indicating whether the property is an array. |
|
IsLocal | Gets a value indicating whether the property has been defined in the current WMI class. |
|
Name | Gets the name of the property. |
|
Origin | Gets the name of the WMI class in the hierarchy in which the property was introduced. |
|
Qualifiers | Gets the set of qualifiers defined on the property. |
|
Type | Gets the CIM type of the property. |
|
Value | Gets or sets the current value of the property. |