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