SPWebListInfo.ListId Property
A unique identifier for the parent List.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property ListId As Guid
Get
Private Set
'Usage
Dim instance As SPWebListInfo
Dim value As Guid
value = instance.ListId
public Guid ListId { get; private set; }
Property Value
Type: System.Guid
A Guid that uniquely identifies the parent list.