[]
Sets the local value of a property, specified by its property name.
public void SetValue(string propertyName, object value)
Public Sub SetValue(propertyName As String, value As Object)
| Type | Name | Description |
|---|---|---|
| string | propertyName | The name of the property to set. |
| object | value | The new local value. |