Compartir a través de


de la propiedad SPMigrator.IsApplicable

NOTA: esta API está ahora obsoleta.

Obtiene un valor booleano que indica si la herramienta de migración es aplicable.

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.")> _
Public Overrides ReadOnly Property IsApplicable As Boolean
    Get
'Uso
Dim instance As SPMigrator
Dim value As Boolean

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

Valor de propiedad

Tipo: System.Boolean
true si la herramienta de migración es aplicable; en caso contrario, false.

Implementaciones

IMigrator.IsApplicable

Vea también

Referencia

clase SPMigrator

Miembros SPMigrator

Espacio de nombres Microsoft.SharePoint.Upgrade