SPActionSequence.Actions-Eigenschaft
Ruft die Aktionen für die Aktionssequenz ab.
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; }
Eigenschaftswert
Typ: System.Collections.Generic.IDictionary<Version, SPAction>
Ein System.Collections.Generic.IDictionary -Objekt, das die Aktionen für die Sequenz von Aktionen darstellt.