ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseObject Class / GetFieldValue Method
Name of the field to get.
Field default value.

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

    Parameters

    fieldName
    Name of the field to get.
    defaultValue
    Field default value.

    Return Value

    The value of the field.
    See Also