QualifierData Class
Contains information about a WMI qualifier.
Assembly: System.Management (in System.Management.dll)
| Name | Description | |
|---|---|---|
![]() | IsAmended | Gets or sets a value indicating whether the qualifier is amended. |
![]() | IsLocal | Gets a value indicating whether the qualifier has been defined locally on this class or has been propagated from a base class. |
![]() | IsOverridable | Gets or sets a value indicating whether the value of the qualifier can be overridden when propagated. |
![]() | Name | Represents the name of the qualifier. |
![]() | PropagatesToInstance | Gets or sets a value indicating whether the qualifier should be propagated to instances of the class. |
![]() | PropagatesToSubclass | Gets or sets a value indicating whether the qualifier should be propagated to subclasses of the class. |
![]() | Value | Gets or sets the value of the qualifier. |
| 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 qualifier information about the Win32_Service class using the QualifierData class. For more information about Win32_Service, 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.


