RemoveFromCollection<T>.Collection Property

Definition

The collection from which to remove the Item.

public:
 property System::Activities::InArgument<System::Collections::Generic::ICollection<T> ^> ^ Collection { System::Activities::InArgument<System::Collections::Generic::ICollection<T> ^> ^ get(); void set(System::Activities::InArgument<System::Collections::Generic::ICollection<T> ^> ^ value); };
[System.Activities.RequiredArgument]
public System.Activities.InArgument<System.Collections.Generic.ICollection<T>> Collection { get; set; }
[<System.Activities.RequiredArgument>]
member this.Collection : System.Activities.InArgument<System.Collections.Generic.ICollection<'T>> with get, set
Public Property Collection As InArgument(Of ICollection(Of T))

Property Value

The collection.

Attributes

Applies to