PortalSiteMapNode.WebId property

Gets the GUID of the PortalWebSiteMapNode object to which this PortalSiteMapNode object is associated.

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

Syntax

'Declaration
Public Overridable ReadOnly Property WebId As Guid
    Get
'Usage
Dim instance As PortalSiteMapNode
Dim value As Guid

value = instance.WebId
public virtual Guid WebId { get; }

Property value

Type: System.Guid
The GUID of the PortalWebSiteMapNode object to which this PortalSiteMapNode is associated.

See also

Reference

PortalSiteMapNode class

PortalSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace