IMigratable.CanMigrate property
NOTE: This API is now obsolete.
取得一個值,指出是否可以移轉物件。
Namespace: Microsoft.SharePoint.Administration
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 IMigratable
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。