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.
Finds the Web application that is located at the specified URL.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function Lookup ( _
requestUri As Uri _
) As SPWebApplication
'Usage
Dim requestUri As Uri
Dim returnValue As SPWebApplication
returnValue = SPWebApplication.Lookup(requestUri)
public static SPWebApplication Lookup(
Uri requestUri
)
Parameters
requestUri
Type: System.UriA System.Uri object that specifies the URL of the Web application.
Return Value
Type: Microsoft.SharePoint.Administration.SPWebApplication
An SPWebApplication object.