BuildCollection<'TValue>.Values Property

 

Gets the set of values to add to the collection.

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

member Values : ICollection<InArgument<'TValue>> with get

Property Value

Type: System.Collections.Generic.ICollection<InArgument<'TValue>>

Returns the set of values to add to the collection.

Return to top
Show: