Share via


SPMigratableSiteCollection.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.")> _
Public Overridable ReadOnly Property UpgradeContext As SPUpgradeContext
    Get
'Usage
Dim instance As SPMigratableSiteCollection
Dim value As SPUpgradeContext

value = instance.UpgradeContext
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public virtual SPUpgradeContext UpgradeContext { get; }

Property value

Type: Microsoft.SharePoint.Upgrade.SPUpgradeContext
An SPUpgradeContext object that represents additional upgrade context.

Implements

IMigratable.UpgradeContext

See also

Reference

SPMigratableSiteCollection class

SPMigratableSiteCollection members

Microsoft.SharePoint.Administration namespace