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 an object that represents the local server farm.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared ReadOnly Property Local As SPFarm
Get
'Usage
Dim value As SPFarm
value = SPFarm.Local
public static SPFarm Local { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPFarm
An SPFarm object that represents the local server farm.
Remarks
You must be connected to one of the front-end Web servers to get this information.