Share via


EntityFieldValueDictionary.Item property

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

Syntax

'Declaration
Public Property Item ( _
    fieldName As String _
) As Object
    Get
    Set
'Usage
Dim instance As EntityFieldValueDictionary
Dim fieldName As String
Dim value As Object

value = instance.Item(fieldName)

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

Parameters

Property value

Type: System.Object

See also

Reference

EntityFieldValueDictionary class

EntityFieldValueDictionary members

Microsoft.BusinessData.Runtime namespace