SPPendingUpgradeActionInfo.Status-Eigenschaft
Die ausstehenden Upgradestatus dieses Objekts.
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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Upgrade.SPPendingUpgradeStatus
Siehe auch
Referenz
SPPendingUpgradeActionInfo Klasse