Share via


IMigratable.UpgradeContext Property

NOTE: This API is now obsolete.

Gets additional upgrade context.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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.

See Also

Reference

IMigratable Interface

IMigratable Members

Microsoft.SharePoint.Administration Namespace