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.