SPWebApplication.CanMigrate property
NOTE: This API is now obsolete.
Gets a value indicating whether the settings for the Web application can be migrated from the Windows SharePoint Services 2.0 Web application with which it is paired.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Overridable ReadOnly Property CanMigrate As Boolean
Get
'Usage
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.CanMigrate
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public virtual bool CanMigrate { get; }
Property value
Type: System.Boolean
true if settings can be migrated; otherwise, false. The default value is false.
Implements
Remarks
A paired Web application is one that is connected to a Windows SharePoint Services 2.0 Web application for the purpose of gradual upgrade.