ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / Task Class / SetFieldValue Method
The field's name.
The value to be set.

In This Topic
    SetFieldValue Method (Task)
    In This Topic
    Sets the value to a custom field.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function SetFieldValue( _
       ByVal fieldName As System.String, _
       ByVal value As System.Object _
    ) As System.Boolean
    public override System.bool SetFieldValue( 
       System.string fieldName,
       System.object value
    )

    Parameters

    fieldName
    The field's name.
    value
    The value to be set.

    Return Value

    True if the value changed, false otherwise.
    See Also