DynamicForEach(Of T).Values Property
Gets or sets the collection of values to iterate over.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
<RequiredArgumentAttribute> <DefaultValueAttribute(Nothing)> Public Property Values As InArgument(Of IDictionary(Of String, T))
Property Value
Type: System.Activities.InArgument(Of IDictionary(Of String, T))Returns the collection of values.
Show: