ComponentOne GanttView for WinForms
SetFieldValue Method (BaseObject)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > BaseObject Class : SetFieldValue Method
Name of the field to set.
Value to assign to field.
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

Reference

BaseObject Class
BaseObject Members