ManagementBaseObject::GetQualifierValue Method (String^)
.NET Framework (current version)
Gets the value of the specified qualifier.
Assembly: System.Management (in System.Management.dll)
Parameters
- qualifierName
-
Type:
System::String^
The name of the 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 displays the Win32_Process class description by using the GetQualifierValue method. 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: