Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the typed upgradeable object.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property PersistedUpgradableObject As SPPersistedUpgradableObject
Get
'Usage
Dim value As SPPersistedUpgradableObject
value = Me.PersistedUpgradableObject
protected SPPersistedUpgradableObject PersistedUpgradableObject { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
An SPPersistedUpgradableObject object that represents the upgradeable object.
See Also
Reference
SPPersistedObjectSequence Class