ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseObject Class / SetFieldValue Method
Name of the field to set.
Value to assign to field.

In This Topic
    SetFieldValue Method (BaseObject)
    In This Topic
    Sets the value of a custom field.
    Syntax
    'Declaration
     
    Public Overridable Function SetFieldValue( _
       ByVal fieldName As System.String, _
       ByVal value As System.Object _
    ) As System.Boolean
    public virtual System.bool SetFieldValue( 
       System.string fieldName,
       System.object value
    )

    Parameters

    fieldName
    Name of the field to set.
    value
    Value to assign to field.

    Return Value

    True if the value changed, false otherwise.
    See Also