Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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