GetValueByFieldID |
Scroll |
Gets the value of the field with the specified FieldID.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetValueByFieldID (strFieldID As String) As Object C# public virtual object GetValueByFieldID (string strFieldID)
ParametersstrFieldID Field ID of the field from which to return the value.
Return ValueThe value of the field with the specified FieldID. |