SPFarm.Local property
Gets an object that represents the local server farm.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.