共用方式為


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