SetValueByFieldID |
Scroll |
Sets the field with the specified FieldID to the specified value.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetValueByFieldID ( _ strFieldID As String, _ vValue As Object _ ) C# public virtual void SetValueByFieldID ( string strFieldID, object vValue )
ParametersstrFieldID Field ID of the field for which to set a new value.
vValue New value of the field.
Return ValueNone. |