Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.