[]
Sets the value to a custom field.
public override sealed bool SetFieldValue(string fieldName, object value)
Type | Name | Description |
---|---|---|
string | fieldName | The field's name. |
object | value | The value to be set. |
Type | Description |
---|---|
bool | True if the value changed, false otherwise. |