SPNavigationNodeCollection.Navigation property
Gets a navigation object (SPNavigation) for the collection.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Navigation As SPNavigation
Get
'Usage
Dim instance As SPNavigationNodeCollection
Dim value As SPNavigation
value = instance.Navigation
public SPNavigation Navigation { get; }
Property value
Type: Microsoft.SharePoint.Navigation.SPNavigation
A navigation object with information about the context for this collection.
See also
Reference
SPNavigationNodeCollection class