Site.UpgradeInfo property
Specifies the upgrade information of this site collection.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property UpgradeInfo As UpgradeInfo
Get
'Usage
Dim instance As Site
Dim value As UpgradeInfo
value = instance.UpgradeInfo
public UpgradeInfo UpgradeInfo { get; }
Property value
Type: Microsoft.SharePoint.Client.UpgradeInfo