GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Task Class / GetFieldValue Method
The field's name.
The default value of field's name.

In This Topic
    GetFieldValue Method (Task)
    In This Topic
    Gets the value of a custom field.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function GetFieldValue( _
       ByVal fieldName As String, _
       ByVal defaultValue As Object _
    ) As Object
    public override object GetFieldValue( 
       string fieldName,
       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