SPNavigation.Web property

Gets an SPWeb object representing the Web site.

Namespace:  Microsoft.SharePoint.Navigation
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Web As SPWeb
    Get
'Usage
Dim instance As SPNavigation
Dim value As SPWeb

value = instance.Web
public SPWeb Web { get; }

Property value

Type: Microsoft.SharePoint.SPWeb
Returns an SPWeb object.

See also

Reference

SPNavigation class

SPNavigation members

Microsoft.SharePoint.Navigation namespace

Microsoft.SharePoint.SPWeb