ComponentOne GanttView for WinForms
GetFieldValue Method (BaseObject)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > BaseObject Class : GetFieldValue Method
Name of the field to get.
Field default value.
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

Reference

BaseObject Class
BaseObject Members