IMigrator.CanMigrate-Eigenschaft
HINWEIS: Diese API ist veraltet.
Ruft einen booleschen Wert, der angibt, ob die Migration ausgeführt werden kann.
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 CanMigrate As Boolean
Get
'Usage
Dim instance As IMigrator
Dim value As Boolean
value = instance.CanMigrate
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
bool CanMigrate { get; }
Eigenschaftswert
Typ: System.Boolean
true Wenn die Migration durchgeführt werden kann; andernfalls false.