SPFarm.IsPaired Property

NOTE: This API is now obsolete.

Gets or sets a Boolean value that specifies whether the server farm is paired to a Windows SharePoint Services 2.0 farm.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Overridable Property IsPaired As Boolean
    Get
    Set
'Usage
Dim instance As SPFarm
Dim value As Boolean

value = instance.IsPaired

instance.IsPaired = value
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public virtual bool IsPaired { get; set; }

Property Value

Type: System.Boolean
true to pair the server farm to a Windows SharePoint Services 2.0 farm; otherwise, false.

Implements

IMigratable.IsPaired

Remarks

A paired server farm is one that is connected to a Windows SharePoint Services 2.0 farm.

See Also

Reference

SPFarm Class

SPFarm Members

Microsoft.SharePoint.Administration Namespace