ListItemCollection.GetById method (String)

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

Syntax

'Declaration
Public Function GetById ( _
    id As String _
) As ListItem
'Usage
Dim instance As ListItemCollection
Dim id As String
Dim returnValue As ListItem

returnValue = instance.GetById(id)
public ListItem GetById(
    string id
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ListItem
Returns ListItem.

See also

Reference

ListItemCollection class

ListItemCollection members

GetById overload

Microsoft.SharePoint.Client namespace