ManagementBaseObject::SetPropertyQualifierValue Method (String^, String^, Object^)
.NET Framework (current version)
Sets the value of the specified property qualifier.
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
Available since 1.1
Show: