de la propiedad IMigrator.CanMigrate
NOTA: esta API está ahora obsoleta.
Obtiene un valor booleano que indica si se puede realizar la migración.
Espacio de nombres: Microsoft.SharePoint.Upgrade
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
ReadOnly Property CanMigrate As Boolean
Get
'Uso
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; }
Valor de propiedad
Tipo: System.Boolean
true si se puede realizar la migración; en caso contrario, false.