PortalHierarchyData.INavigateUIData.href Property
Gets the Url of the site map node.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Private ReadOnly Property href As String
Implements INavigateUIData.href
Get
'Usage
Dim instance As PortalHierarchyData
Dim value As String
value = CType(instance, INavigateUIData).href
stringINavigateUIData.href { get; }
Property Value
Type: System.String
A string that contains the Url of the site map node.