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

 

Sets the value of the named property.

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

public:
void SetPropertyValue(
	String^ propertyName,
	Object^ propertyValue
)

Parameters

propertyName
Type: System::String^

The name of the property to be changed.

propertyValue
Type: System::Object^

The new value for this property.

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: