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 current instance of the administration Web application from the local server farm.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Local As SPAdministrationWebApplication
Get
'Usage
Dim value As SPAdministrationWebApplication
value = SPAdministrationWebApplication.Local
public static SPAdministrationWebApplication Local { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPAdministrationWebApplication
An SPAdministrationWebApplication object that represents the administration Web application.
See also
Reference
SPAdministrationWebApplication class