ActivityAction<T1,T2,T3,T4,T5>.Argument2 Property

Definition

Gets or sets the second in argument of the activity delegate.

public:
 property System::Activities::DelegateInArgument<T2> ^ Argument2 { System::Activities::DelegateInArgument<T2> ^ get(); void set(System::Activities::DelegateInArgument<T2> ^ value); };
public System.Activities.DelegateInArgument<T2> Argument2 { get; set; }
member this.Argument2 : System.Activities.DelegateInArgument<'T2> with get, set
Public Property Argument2 As DelegateInArgument(Of T2)

Property Value

An argument to an activity delegate.

Applies to