Share via


IFieldAccessor.GetFieldValue Method

Retrieves the value of the field.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Function GetFieldValue ( _
    fieldName As String _
) As Object
'Usage
Dim instance As IFieldAccessor
Dim fieldName As String
Dim returnValue As Object

returnValue = instance.GetFieldValue(fieldName)
Object GetFieldValue(
    string fieldName
)

Parameters

Return Value

Type: System.Object

The value of the field.

See Also

Reference

IFieldAccessor Interface

IFieldAccessor Members

Microsoft.BusinessData.Runtime Namespace