EntityInstance.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 EntityInstance
Dim fieldName As String
Dim value As Object
value = instance.Item(fieldName)
instance.Item(fieldName) = value
public Object this[
string fieldName
] { get; set; }
Parameters
- fieldName
Type: System.String
Property value
Type: System.Object