SPSiteSequence.CanUpgrade Property
Gets a Boolean value that indicates whether the site collection can be upgraded.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property CanUpgrade As Boolean
Get
'Usage
Dim instance As SPSiteSequence
Dim value As Boolean
value = instance.CanUpgrade
public override bool CanUpgrade { get; }
Property Value
Type: System.Boolean
true if the site collection can be upgraded; otherwise, false.