CachedObjectSiteMapNode.Title property

The title of the CachedObjectSiteMapNode, potentially HTML-encoded depending on whether encoding is specified on the associated PortalSiteMapProvider.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Title As String
    Get
'Usage
Dim instance As CachedObjectSiteMapNode
Dim value As String

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

Property value

Type: System.String

See also

Reference

CachedObjectSiteMapNode class

CachedObjectSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace