SPActionSequence.Actions property

Gets the actions for the action sequence.

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

Syntax

'Declaration
Protected ReadOnly Property Actions As IDictionary(Of Version, SPAction)
    Get
'Usage
Dim value As IDictionary(Of Version, SPAction)

value = Me.Actions
protected IDictionary<Version, SPAction> Actions { get; }

Property value

Type: System.Collections.Generic.IDictionary<Version, SPAction>
A System.Collections.Generic.IDictionary object that represents the actions for the actions sequence.

See also

Reference

SPActionSequence class

SPActionSequence members

Microsoft.SharePoint.Upgrade namespace