共用方式為


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