SPMigrator.IsApplicable property
NOTE: This API is now obsolete.
Gets a Boolean value that indicates whether the migrator is applicable.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Overrides ReadOnly Property IsApplicable As Boolean
Get
'Usage
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; }
Property value
Type: System.Boolean
true if the migrator is applicable; otherwise, false.