SPChangeItem.ListId property

Gets the GUID of the list containing the item that has changed.

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

Syntax

'Declaration
Public ReadOnly Property ListId As Guid
    Get
'Usage
Dim instance As SPChangeItem
Dim value As Guid

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

Property value

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

Remarks

In the case of a change that includes moving the item between lists, the ListId property contains the same value that it had before the move.

See also

Reference

SPChangeItem class

SPChangeItem members

Microsoft.SharePoint namespace