InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>.Argument13 Propriedade
Definição
Obtém ou define o décimo terceiro InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> associado.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>.
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)
Valor da propriedade
- InArgument<T13>
O décimo terceiro In argumento passado para o associado ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> .The thirteenth In argument passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>.
- Atributos