SPMigratableSiteCollection.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.")> _
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
See Also
Reference
SPMigratableSiteCollection Class