Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
fieldName
Type: System.StringThe name of the field.
Return Value
Type: System.Object
The value of the field.