IFieldValueDictionary.Item Property (String)

Gets or sets the value of the field referred to by the dot notation.

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

Syntax

'Declaration
Default Property Item ( _
    fieldDotNotation As String _
) As Object
    Get
    Set
'Usage
Dim instance As IFieldValueDictionary
Dim fieldDotNotation As String
Dim value As Object

value = instance(fieldDotNotation)

instance(fieldDotNotation) = value
Object this[
    string fieldDotNotation
] { get; set; }

Parameters

  • fieldDotNotation
    Type: System.String

    The field name in dot notation.

Property Value

Type: System.Object
The field value in dot notation.

Remarks

For more information about using dot notation, see Using Dot Notation in the Business Data Connectivity (BDC) Service.

See Also

Reference

IFieldValueDictionary Interface

IFieldValueDictionary Members

Item Overload

Microsoft.BusinessData.Runtime Namespace