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.

See also

Reference

SPNavigationProvider class

SPNavigationProvider members

Microsoft.SharePoint.Navigation namespace

Microsoft.SharePoint.SPWeb