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

Definition

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

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

Property Value

InArgument<T13>

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

Attributes

Applies to