SPChangeView.ListId Property
Gets the GUID of the list to which the changed view applies.
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 SPChangeView
Dim value As Guid
value = instance.ListId
[ClientCallableAttribute]
public Guid ListId { get; }
Property Value
Type: System.Guid
A GUID that identifies the list.