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