IMigratable.UpgradeContext property
NOTE: This API is now obsolete.
Gets additional upgrade context.
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.")> _
ReadOnly Property UpgradeContext As SPUpgradeContext
Get
'Usage
Dim instance As IMigratable
Dim value As SPUpgradeContext
value = instance.UpgradeContext
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
SPUpgradeContext UpgradeContext { get; }
Property value
Type: Microsoft.SharePoint.Upgrade.SPUpgradeContext
An SPUpgradeContext object.