SetKeywordByCaption |
Scroll |
Sets the field with the specified Caption to the specified value.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetKeywordByCaption ( _ strCaption As String, _ vValue As Object, _ pServer As TheServer _ ) C# public virtual void SetKeywordByCaption ( string strCaption, object vValue, TheServer pServer )
ParametersstrCaption Caption of the field for which to set a new value.
vValue New value of the field.
pServer A valid and connected TheServer object.
Return ValueNone. |