SPPendingUpgradeActionInfo.UpgradeActions-Eigenschaft
Die Liste der ausstehenden Upgradeaktionen für dieses Objekt.
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; }
Eigenschaftswert
Typ: System.Collections.Generic.IEnumerable<SPUpgradeActionInfo>
Siehe auch
Referenz
SPPendingUpgradeActionInfo Klasse