GetItemFromCollection<'TItem>.Collection Property
Gets or sets the collection of items.
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.
Show: