Share via


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.

Implements

IUpgrader.CanUpgrade

See also

Reference

SPSiteSequence class

SPSiteSequence members

Microsoft.SharePoint.Upgrade namespace