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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property ListId As Guid
    Get
'Usage
Dim instance As SPChangeItem
Dim value As Guid

value = instance.ListId
[ClientCallableAttribute]
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