de la propiedad IMigratable.CanMigrate
NOTA: esta API está ahora obsoleta.
Obtiene un valor que indica si un objeto se pueden migrar.
Espacio de nombres: Microsoft.SharePoint.Administration
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 IMigratable
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 indica que se puede migrar el objeto; en caso contrario, false.