InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>.Argument2 Property

Definition

Gets or sets the second InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>.

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

Property Value

The second In argument passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>.

Attributes

Applies to