de la propiedad IMigrator.IsApplicable
NOTA: esta API está ahora obsoleta.
Obtiene un valor booleano que indica si la herramienta de migración es aplicable al objeto actual.
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 IsApplicable As Boolean
Get
'Uso
Dim instance As IMigrator
Dim value As Boolean
value = instance.IsApplicable
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
bool IsApplicable { get; }
Valor de propiedad
Tipo: System.Boolean
true si la herramienta de migración es aplicable al objeto actual; en caso contrario, false.