IMigrator.CanMigrate property

NOTE: This API is now obsolete.

Gets a Boolean value that indicates whether the migration can be performed.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
ReadOnly Property CanMigrate As Boolean
    Get
'Usage
Dim instance As IMigrator
Dim value As Boolean

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

Property value

Type: System.Boolean
true if the migration can be performed; otherwise, false.

See also

Reference

IMigrator interface

IMigrator members

Microsoft.SharePoint.Upgrade namespace