[]
Sets the value to the specific property.
public void SetPropertyValue(object value, string propertyName, string transactionName)
Public Sub SetPropertyValue(value As Object, propertyName As String, transactionName As String)
| Type | Name | Description |
|---|---|---|
| object | value | |
| string | propertyName | |
| string | transactionName |
Sets the value of specific instance to the specific property.
public void SetPropertyValue(object instance, object value, string propertyName, string transactionName)
Public Sub SetPropertyValue(instance As Object, value As Object, propertyName As String, transactionName As String)
| Type | Name | Description |
|---|---|---|
| object | instance | |
| object | value | |
| string | propertyName | |
| string | transactionName |