ManagementBaseObject::GetQualifierValue Method (String^)

 

Gets the value of the specified qualifier.

Namespace:   System.Management
Assembly:  System.Management (in System.Management.dll)

public:
Object^ GetQualifierValue(
	String^ qualifierName
)

Parameters

qualifierName
Type: System::String^

The name of the qualifier of interest.

Return Value

Type: System::Object^

The value of the specified qualifier.

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: