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

Definition

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

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

Property Value

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

Attributes

Applies to