Share via


IMigrator.IsApplicable property

NOTE: This API is now obsolete.

Gets a Boolean value that indicates whether the migrator is applicable to the current object.

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.")> _
ReadOnly Property IsApplicable As Boolean
    Get
'Usage
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; }

Property value

Type: System.Boolean
true if the migrator is applicable to the current object; otherwise, false.

See also

Reference

IMigrator interface

IMigrator members

Microsoft.SharePoint.Upgrade namespace