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

Definition

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

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

Property Value

InArgument<T12>

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

Attributes

Applies to