SPWebListInfo.ListId property

A unique identifier for the parent List.

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

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.

See also

Reference

SPWebListInfo class

SPWebListInfo members

Microsoft.SharePoint namespace