SPChangeItem.Id Property
Gets the integer that identifies the item that has changed.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute(Name := "ItemId")> _
Public ReadOnly Property Id As Integer
Get
'Usage
Dim instance As SPChangeItem
Dim value As Integer
value = instance.Id
[ClientCallableAttribute(Name = "ItemId")]
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.