ManagementBaseObject::SetPropertyQualifierValue Method (String^, String^, Object^)

 

Sets the value of the specified property qualifier.

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

public:
void SetPropertyQualifierValue(
	String^ propertyName,
	String^ qualifierName,
	Object^ qualifierValue
)

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.

qualifierValue
Type: System::Object^

The new value for the 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.

.NET Framework
Available since 1.1
Return to top
Show: