Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the parent navigation object (SPNavigation).
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property Navigation As SPNavigation
Get
Friend Set
'Usage
Dim instance As SPNavigationNode
Dim value As SPNavigation
value = instance.Navigation
public SPNavigation Navigation { get; internal set; }
Property Value
Type: Microsoft.SharePoint.Navigation.SPNavigation
Returns an SPNavigation object representing the parent navigation object.
Examples
This property cannot be directly set, but is provided internally.