SPActionSequence.Actions Property

Gets the actions for the action sequence.

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

Syntax

Protected ReadOnly Property Actions As IDictionary(Of Version, SPAction)
    Get

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