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

 

Sets the value of the named qualifier.

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

public:
void SetQualifierValue(
	String^ qualifierName,
	Object^ qualifierValue
)

Parameters

qualifierName
Type: System::String^

The name of the qualifier to set. This parameter cannot be null.

qualifierValue
Type: System::Object^

The value to set.

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: