GetFieldValueAsync Method
Get the value of the field indicated from a record.
Syntax
[VB.NET] Public Function GetFieldValueAsync(ByVal RecordIndex As Integer, ByVal FieldName As String) As Task<string>
[C#] public Task<string> GetFieldValueAsync(int recordIndex, string fieldName);