BuildCollection(Of TValue).Collection Property
Gets or sets the source collection.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
<DefaultValueAttribute(Nothing)> Public Property Collection As InArgument(Of IEnumerable(Of TValue))
Property Value
Type: System.Activities.InArgument(Of IEnumerable(Of TValue))Returns the source collection.
Show: