SPPendingUpgradeActionInfo.Status property
The pending upgrade status of this object.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Status As SPPendingUpgradeStatus
Get
Set
'Usage
Dim instance As SPPendingUpgradeActionInfo
Dim value As SPPendingUpgradeStatus
value = instance.Status
instance.Status = value
public SPPendingUpgradeStatus Status { get; set; }
Property value
Type: Microsoft.SharePoint.Upgrade.SPPendingUpgradeStatus
See also
Reference
SPPendingUpgradeActionInfo class