Edit

Share via


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

Definition

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

[System.Activities.RequiredArgument]
public System.Activities.InArgument<T7> Argument7 { get; set; }

Property Value

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

Attributes

Applies to