SPNavigationProvider.Web property
Gets the Web site (SPWeb) for the current navigation scope.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property Web As SPWeb
Get
'Usage
Dim value As SPWeb
value = Me.Web
protected virtual SPWeb Web { get; }
Property value
Type: Microsoft.SharePoint.SPWeb
Returns a SPWeb object representing the current navigation scope.