ManagementBaseObject::Qualifiers Property
Gets the collection of QualifierData objects defined on the management object. Each element in the collection holds information such as the qualifier name, value, and flavor.
Assembly: System.Management (in System.Management.dll)
public: property QualifierDataCollection^ Qualifiers { virtual QualifierDataCollection^ get(); }
Property Value
Type: System.Management::QualifierDataCollection^Returns a QualifierDataCollection that holds the qualifiers for the management object.
A QualifierDataCollection that represents the qualifiers defined on the management object.
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
The following example uses the Qualifiers property to display the value of the Description qualifier for each of the properties in the Win32_Process class. For more information on the Win32_Process class, see the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.
Available since 1.1