InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8>.Argument6 Property

Definition

Gets or sets the sixth InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8>.

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

Property Value

The sixth argument passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8>.

Attributes

Applies to