Share via


SPAction.SPSequence property

Gets the sequence object that represents the upgrade sequence.

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

Syntax

'Declaration
Protected ReadOnly Property SPSequence As SPSequence
    Get
'Usage
Dim value As SPSequence

value = Me.SPSequence
protected SPSequence SPSequence { get; }

Property value

Type: Microsoft.SharePoint.Upgrade.SPSequence
An SPSequence object whose ActionBaseTypeAttribute attribute has been defined as the type of this SPAction class.

See also

Reference

SPAction class

SPAction members

Microsoft.SharePoint.Upgrade namespace