IMigratable.CanMigrate property

NOTE: This API is now obsolete.

Gets a value indicating whether an object can be migrated.

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.")> _
ReadOnly Property CanMigrate As Boolean
    Get
'Usage
Dim instance As IMigratable
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 indicates the object can be migrated; otherwise, false.

See also

Reference

IMigratable interface

IMigratable members

Microsoft.SharePoint.Administration namespace