SPItemEventProperties.ListItemUniqueId property

Gets the list item unique ID of the event.

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

Syntax

'Declaration
Public ReadOnly Property ListItemUniqueId As Guid
    Get
'Usage
Dim instance As SPItemEventProperties
Dim value As Guid

value = instance.ListItemUniqueId
public Guid ListItemUniqueId { get; }

Property value

Type: System.Guid
A GUID that identifies the list item.

See also

Reference

SPItemEventProperties class

SPItemEventProperties members

Microsoft.SharePoint namespace