PortalSiteMapNode.InternalTitle Property

Gets the title of this PortalSiteMapNode object.

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

Syntax

'Declaration
Public Overridable ReadOnly Property InternalTitle As String
    Get
'Usage
Dim instance As PortalSiteMapNode
Dim value As String

value = instance.InternalTitle
public virtual string InternalTitle { get; }

Property Value

Type: System.String
The title of this object without encoding, even if encoding is specified on the provider.

See Also

Reference

PortalSiteMapNode Class

PortalSiteMapNode Members

Microsoft.SharePoint.Publishing.Navigation Namespace