NavigationTermSetView.WebId property

Gets the GUID identifier for the SPWeb object that uses the navigation term set. .

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

Syntax

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

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

Property value

Type: System.Guid
The ID property.

Remarks

This property is taken from the Id() property for the web that uses the navigation term set.

See also

Reference

NavigationTermSetView class

NavigationTermSetView members

Microsoft.SharePoint.Publishing.Navigation namespace