DynamicForEach(Of T).UpdateValues Property

 

Gets or sets the activity action for updating values.

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

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

Property Value

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

Returns the activity action.

Return to top
Show: