DynamicForEach(Of T).BodyCompleted Property

 

Gets or sets the activity action to execute when a branch completes.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

<DefaultValueAttribute(Nothing)>
Public Property BodyCompleted As ActivityAction(Of String, T, IDictionary(Of String, T))

Property Value

Type: System.Activities.ActivityAction(Of String, T, IDictionary(Of String, T))

Returns the activity action.

Return to top
Show: