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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.