BuildCollection(Of TValue).Collection Property

 

Gets or sets the source collection.

Namespace:   Microsoft.Activities
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.

Return to top
Show: