SPWeb.Navigation Property
Gets a navigation object that represents navigation on the Web site, including the Quick Launch area and the top navigation bar.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property Navigation As SPNavigation
Get
Dim instance As SPWeb
Dim value As SPNavigation
value = instance.Navigation
public SPNavigation Navigation { get; }
Property Value
Type: Microsoft.SharePoint.Navigation.SPNavigation
An SPNavigation object that represents the Web site navigation.