SPExternalApplicationRequestProperties.Web property

Gets the Web site that the external application wants to access, which is the Web site containing a page with a Web Part that hosts the external application.

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

Syntax

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

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

Property value

Type: Microsoft.SharePoint.SPWeb
The Web site whose data is needed by the external application, which is the Web site containing a page with a Web Part that hosts the external application.

See also

Reference

SPExternalApplicationRequestProperties class

SPExternalApplicationRequestProperties members

Microsoft.SharePoint namespace