SPListItemInfo.Id property

Gets or sets the integer that identifies the list item

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

Syntax

'Declaration
Public Property Id As Integer
    Get
    Set
'Usage
Dim instance As SPListItemInfo
Dim value As Integer

value = instance.Id

instance.Id = value
public int Id { get; set; }

Property value

Type: System.Int32
An integer that identifies the list item.

See also

Reference

SPListItemInfo class

SPListItemInfo members

Microsoft.SharePoint namespace