SPSequence.UpgradableObject property
Gets the object of UpgradableObject type which is being upgraded by this sequence.
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 upgradable object.