ListItem.Item property

Namespace:  Microsoft.SharePoint.Client
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 ListItem
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
Returns Object.

See also

Reference

ListItem class

ListItem members

Microsoft.SharePoint.Client namespace