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 Property Item ( _
fieldDotNotation As String _
) As Object
Get
Set
'Usage
Dim instance As FieldValueDictionary
Dim fieldDotNotation As String
Dim value As Object
value = instance.Item(fieldDotNotation)
instance.Item(fieldDotNotation) = value
public Object this[
string fieldDotNotation
] { get; set; }
Parameters
- fieldDotNotation
Type: System.String
Property value
Type: System.Object
Returns Object.
Implements
IFieldValueDictionary.Item[String]