SPNavigation.Home property

Gets a node as an SPNavigationNode object that represents the site home page.

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

Syntax

'Declaration
Public ReadOnly Property Home As SPNavigationNode
    Get
'Usage
Dim instance As SPNavigation
Dim value As SPNavigationNode

value = instance.Home
public SPNavigationNode Home { get; }

Property value

Type: Microsoft.SharePoint.Navigation.SPNavigationNode
The navigation node for the home page.

See also

Reference

SPNavigation class

SPNavigation members

Microsoft.SharePoint.Navigation namespace

Microsoft.SharePoint.Navigation.SPNavigationNode