Freigeben über


IMigrator.IsApplicable-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ruft einen booleschen Wert, der angibt, ob die Migrator auf das aktuelle Objekt anwendbar ist.

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; }

Eigenschaftswert

Typ: System.Boolean
true Wenn die Migrator auf das aktuelle Objekt anwendbar ist; andernfalls false.

Siehe auch

Referenz

IMigrator Schnittstelle

IMigrator-Member

Microsoft.SharePoint.Upgrade-Namespace