IUpgradable.UpgradeContext property

Gets additional information about the upgrade context for the object.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
ReadOnly Property UpgradeContext As SPUpgradeContext
    Get
'Usage
Dim instance As IUpgradable
Dim value As SPUpgradeContext

value = instance.UpgradeContext
SPUpgradeContext UpgradeContext { get; }

Property value

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

See also

Reference

IUpgradable interface

IUpgradable members

Microsoft.SharePoint.Administration namespace