GetItemFromCollection<'TItem>.Collection Property

 

Gets or sets the collection of items.

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

[<RequiredArgumentAttribute>]
[<DefaultValueAttribute(null)>]
member Collection : InArgument<ICollection<'TItem>> with get, set

Property Value

Type: System.Activities.InArgument<ICollection<'TItem>>

Returns the collection of items.

Return to top
Show: