[]
Sets the value of a custom field.
public virtual bool SetFieldValue(string fieldName, object value)
| Type | Name | Description |
|---|---|---|
| string | fieldName | Name of the field to set. |
| object | value | Value to assign to field. |
| Type | Description |
|---|---|
| bool | True if the value changed, false otherwise. |