ComponentOne GanttView for WinForms
GetFieldValue Method (Task)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > Task Class : GetFieldValue Method
The field's name.
The default value of field's name.
Gets the value of a custom field.
Syntax
'Declaration
 
Public Overrides NotOverridable Function GetFieldValue( _
   ByVal fieldName As System.String, _
   ByVal defaultValue As System.Object _
) As System.Object
public override System.object GetFieldValue( 
   System.string fieldName,
   System.object defaultValue
)

Parameters

fieldName
The field's name.
defaultValue
The default value of field's name.

Return Value

The value of the field.
See Also

Reference

Task Class
Task Members