Sets the value of a custom field.
'Declaration
Public Overridable Function SetFieldValue( _
ByVal As System.String, _
ByVal As System.Object _
) As System.Boolean
public virtual System.bool SetFieldValue(
System.string ,
System.object
)
Parameters
- fieldName
- Name of the field to set.
- value
- Value to assign to field.
Return Value
True if the value changed, false otherwise.