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)
Available in Sandboxed Solutions: No
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