Share via


SPPendingUpgradeActionInfo.UpgradeActions property

The list of pending upgrade actions for this object.

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

Syntax

'Declaration
Public Property UpgradeActions As IEnumerable(Of SPUpgradeActionInfo)
    Get
    Set
'Usage
Dim instance As SPPendingUpgradeActionInfo
Dim value As IEnumerable(Of SPUpgradeActionInfo)

value = instance.UpgradeActions

instance.UpgradeActions = value
public IEnumerable<SPUpgradeActionInfo> UpgradeActions { get; set; }

Property value

Type: System.Collections.Generic.IEnumerable<SPUpgradeActionInfo>

See also

Reference

SPPendingUpgradeActionInfo class

SPPendingUpgradeActionInfo members

Microsoft.SharePoint.Upgrade namespace