This document is archived and information here might be outdated. Recommended version. |
Field value of the current record.
[Visual Basic .NET]
Public Function get_RecordValue ( _
ByVal FieldName As String _
) As Object
[C#]
public object get_RecordValue (
string FieldName
);
[C++]
HRESULT get_RecordValue(
BSTR FieldName,
Variant* Value
);
[C++] Parameters FieldName [in]
FieldName is a parameter of type BSTR Value [out, retval]
Value is a parameter of type VARIANT*