ManagementBaseObject::GetPropertyQualifierValue Method (String^, String^)

 

Returns the value of the specified property qualifier.

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

public:
Object^ GetPropertyQualifierValue(
	String^ propertyName,
	String^ qualifierName
)

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.

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 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.

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

.NET Framework
Available since 1.1
Return to top
Show: