SPWebListInfo.WebId property
A unique identifier of the parent Web site if this SPWebListInfo instance Type member is Web.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property WebId As Guid
Get
Private Set
'Usage
Dim instance As SPWebListInfo
Dim value As Guid
value = instance.WebId
public Guid WebId { get; private set; }
Property value
Type: System.Guid
A Guid that uniquely identifies the Web site.