Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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