[]
Gets the value of a custom field.
public override sealed object GetFieldValue(string fieldName, object defaultValue)
Type | Name | Description |
---|---|---|
string | fieldName | The field's name. |
object | defaultValue | The default value of field's name. |
Type | Description |
---|---|
object | The value of the field. |