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