NavigationTermSetItem.Title property

Gets a navigation node title that is displayed in menus and breadcrumbs.

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

Syntax

'Declaration
Public ReadOnly Property Title As CustomizableString
    Get
'Usage
Dim instance As NavigationTermSetItem
Dim value As CustomizableString

value = instance.Title
public CustomizableString Title { get; }

Property value

Type: Microsoft.SharePoint.Publishing.CustomizableString

Remarks

The Title property is a customizable string object. For a NavigationTerm object, the default value is based on the TaxonomyName property. For a NavigationTermSet object, this property cannot be customized: it is always the same as the associated Title property as indicated by the WebTitle property for the current View property.

See also

Reference

NavigationTermSetItem class

NavigationTermSetItem members

Microsoft.SharePoint.Publishing.Navigation namespace

Microsoft.SharePoint.Publishing.CustomizableString

Microsoft.SharePoint.Publishing.Navigation.NavigationTermSetView