SetKeywordByIndex |
Scroll |
Sets the field with the specified index to the specified value.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetKeywordByIndex ( _ nIndex As Integer, _ vValue As Object, _ pServer As TheServer _ ) C# public virtual void SetKeywordByIndex ( int nIndex, object vValue, TheServer pServer )
ParametersnIndex Zero-based index 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. |