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)
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 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

IMigratable.IsPaired

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.

See Also

Reference

SPWebApplication Class

SPWebApplication Members

Microsoft.SharePoint.Administration Namespace