NavigationTermSetItem.Title property
Gets a navigation node title that is displayed in menus and breadcrumbs.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.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.Client.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.