Share via


PortalHierarchyData.INavigateUIData.Name property

Gets the name of the site map node.

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

Syntax

'Declaration
Private ReadOnly Property Name As String
    Implements INavigateUIData.Name
    Get
'Usage
Dim instance As PortalHierarchyData
Dim value As String

value = CType(instance, INavigateUIData).Name
stringINavigateUIData.Name { get; }

Property value

Type: System.String
A string that contains the name of the site map node.

Implements

INavigateUIData.Name

See also

Reference

PortalHierarchyData class

PortalHierarchyData members

Microsoft.SharePoint.Publishing.Navigation namespace