Share via


SPSequence.CanUpgrade property

Gets a Boolean value that indicates whether or not the object can be upgraded.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property CanUpgrade As Boolean
    Get
'Usage
Dim instance As SPSequence
Dim value As Boolean

value = instance.CanUpgrade
public virtual bool CanUpgrade { get; }

Property value

Type: System.Boolean
true if the object can be upgraded; otherwise, false.

Implements

IUpgrader.CanUpgrade

See also

Reference

SPSequence class

SPSequence members

Microsoft.SharePoint.Upgrade namespace