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.SharePoint.BusinessData.Runtime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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
Returns Object.

Implements

IFieldValueDictionary.Item[String]

See Also

Reference

FieldValueDictionary Class

FieldValueDictionary Members

Item Overload

Microsoft.SharePoint.BusinessData.Runtime Namespace