SPFarm.Joined property

Gets a Boolean value that indicates whether the local server has been joined to a server farm.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Joined As Boolean
    Get
'Usage
Dim value As Boolean

value = SPFarm.Joined
public static bool Joined { get; }

Property value

Type: System.Boolean
true if the local server has been joined to a server farm; otherwise, false.

See also

Reference

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace