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)
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
Remarks
A paired server farm is one that is connected to a Windows SharePoint Services 2.0 farm.