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)
Available in Sandboxed Solutions: No

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

IMigratable.IsPaired

See Also

Reference

SPMigratableSiteCollection Class

SPMigratableSiteCollection Members

Microsoft.SharePoint.Administration Namespace