TaxonomySiteMapNode.Title property

Gets or sets the title of the navigation item.

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

Syntax

'Declaration
Public Overrides Property Title As String
    Get
    Set
'Usage
Dim instance As TaxonomySiteMapNode
Dim value As String

value = instance.Title

instance.Title = value
public override string Title { get; set; }

Property value

Type: System.String
The title of the navigation item

Remarks

This property, retrieved from the Title property, typically is used to display the title of menu items.

See also

Reference

TaxonomySiteMapNode class

TaxonomySiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace