IUpdatable.SetValue(Object, String, Object) Method

Definition

Sets the value of the property with the specified name on the target resource to the specified property value.

C#
public void SetValue(object targetResource, string propertyName, object propertyValue);

Parameters

targetResource
Object

The target object that defines the property.

propertyName
String

The name of the property whose value needs to be updated.

propertyValue
Object

The property value for update.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1