SPChangeItem.Id property
Gets the integer that identifies the item that has changed.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Id As Integer
Get
'Usage
Dim instance As SPChangeItem
Dim value As Integer
value = instance.Id
public int Id { get; }
Property value
Type: System.Int32
A 32-bit integer that identifies the item.
Remarks
In the case of a renaming change, where the ID of the item may change, the Id property contains the same value that it had before the item was renamed.