NavigationTermSetView.WebTitle property
Gets the title of 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 WebTitle As String
Get
'Usage
Dim instance As NavigationTermSetView
Dim value As String
value = instance.WebTitle
public string WebTitle { get; }
Property value
Type: System.String
The title of the Web object that uses the navigation term set.
Remarks
This property is taken from the Id property for the web that uses the navigation term set.