SPItemEventProperties.ListId property
Gets the ID of the list that is associated with the event that occurred.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ListId As Guid
Get
'Usage
Dim instance As SPItemEventProperties
Dim value As Guid
value = instance.ListId
public Guid ListId { get; }
Property value
Type: System.Guid
A GUID that identifies the list associated with the event.