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.

See also

Reference

SPWebListInfo class

SPWebListInfo members

Microsoft.SharePoint namespace