InvokeAction<T1,T2,T3,T4>.Argument3 Property

Definition

Gets or sets the third InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4>.

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

Property Value

The third InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4>.

Attributes

Applies to