NavigationTermSetView.WebId property
Gets the GUID identifier for the Web object that uses the navigation term set.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.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.