UpgradeInfo.Status property
Gets the site upgrade status.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Status As UpgradeStatus
Get
'Usage
Dim instance As UpgradeInfo
Dim value As UpgradeStatus
value = instance.Status
public UpgradeStatus Status { get; }
Property value
Type: Microsoft.SharePoint.Client.UpgradeStatus
The site upgrade status.