Share via


SPAction.UpgradableObject property

Gets an object representing the object that is being upgraded by this SPAction class, as well as other SPAction objects contained in the SPSequence object.

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

Syntax

'Declaration
Protected ReadOnly Property UpgradableObject As Object
    Get
'Usage
Dim value As Object

value = Me.UpgradableObject
protected Object UpgradableObject { get; }

Property value

Type: System.Object
An object that represents the upgrade object.

See also

Reference

SPAction class

SPAction members

Microsoft.SharePoint.Upgrade namespace