NavigationTermSetView.WebTitle property

Gets the title of 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 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

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