Share via


FieldValueDictionary.Item property (String)

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

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

value = instance(fieldDotNotation)

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

Parameters

Property value

Type: System.Object

Implements

IFieldValueDictionary.Item[String]

See also

Reference

FieldValueDictionary class

FieldValueDictionary members

Item overload

Microsoft.Office.BusinessData.Runtime namespace