C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView 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 String, _
   ByVal value As Object _
) As Boolean
 

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