GetFieldValue Method (Task)
Gets the value of a custom field.
'Declaration
Public Overrides NotOverridable Function GetFieldValue( _
ByVal As String, _
ByVal As Object _
) As Object
Parameters
- fieldName
- The field's name.
- defaultValue
- The default value of field's name.
Return Value
The value of the field.