SPListItemInfo.Id Property
Gets or sets the integer that identifies the list item
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.