SPSite.IsPaired Property

NOTE: This API is now obsolete.

Gets a Boolean value that indicates whether the site collection is paired with its parent.

Namespace:  Microsoft.SharePoint
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 SPSite
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 site is paired with its parent; otherwise, false.

See Also

Reference

SPSite Class

SPSite Members

Microsoft.SharePoint Namespace