IMigrator.CanMigrate property
NOTE: This API is now obsolete.
取得 Boolean 值,指出是否可以執行移轉。
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
ReadOnly Property CanMigrate As Boolean
Get
'用途
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; }
Property value
Type: System.Boolean
true可以執行移轉 ; 如果否則,請false。