SPMigratableSiteCollection.IsPaired property
NOTE: This API is now obsolete.
Gets or sets a Boolean value that specifies whether all site collections in the collection are paired with another site collection.
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 Property IsPaired As Boolean
Get
Set
'Usage
Dim instance As SPMigratableSiteCollection
Dim value As Boolean
value = instance.IsPaired
instance.IsPaired = value
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public bool IsPaired { get; set; }
Property value
Type: System.Boolean
true to specify that all site collections in the collection are paired; otherwise, false.
Implements
See also
Reference
SPMigratableSiteCollection class