SPMigratableSiteCollection.CanMigrate Property

NOTE: This API is now obsolete.

Gets a Boolean value that indicates whether the site collections in the collection can be migrated.

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 ReadOnly Property CanMigrate As Boolean
    Get
'Usage
Dim instance As SPMigratableSiteCollection
Dim value As Boolean

value = instance.CanMigrate
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public bool CanMigrate { get; }

Property Value

Type: System.Boolean
true if the site collections can be migrated; otherwise, false.

Implements

IMigratable.CanMigrate

See Also

Reference

SPMigratableSiteCollection Class

SPMigratableSiteCollection Members

Microsoft.SharePoint.Administration Namespace