SPNavigationProvider.Web Property
Gets the Web site (SPWeb) for the current navigation scope.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.