SPWebApplication.IsPaired property
NOTE: This API is now obsolete.
Gets or sets a value indicating whether the Web application is paired to a Windows SharePoint Services 2.0 Web application.
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 SPWebApplication
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 if the Web application and its parent are paired; otherwise, false.
Implements
Remarks
A paired Web application is one that is connected to a Windows SharePoint Services 2.0 Web application for the purpose of gradual upgrade.