PropertyData Class
Represents information about a WMI property.
Assembly: System.Management (in System.Management.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The following example lists information about the Win32_OperatingSystem class using the PropertyData class. For more information about Win32_OperatingSystem, see the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


