ManagementBaseObject::GetPropertyQualifierValue Method (String^, String^)
.NET Framework (current version)
Returns the value of the specified property qualifier.
Assembly: System.Management (in System.Management.dll)
Parameters
- propertyName
-
Type:
System::String^
The name of the property to which the qualifier belongs.
- qualifierName
-
Type:
System::String^
The name of the property qualifier of interest.
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 GetPropertyQualifierValue method 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.
.NET Framework
Available since 1.1
Available since 1.1
Show: