SPActionSequence.RunnableActions Property
Gets the actions that can be run for the sequence.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property RunnableActions As IDictionary(Of Version, SPAction)
Get
'Usage
Dim value As IDictionary(Of Version, SPAction)
value = Me.RunnableActions
protected IDictionary<Version, SPAction> RunnableActions { get; }
Property Value
Type: System.Collections.Generic.IDictionary<Version, SPAction>
A System.Collections.Generic.IDictionary object representing the actions that can be run.