InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.Argument3 Propriedade
Definição
Obtém ou define o terceiro InArgument<T> passado para o ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> associado.Gets or sets the third InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.
public:
property System::Activities::InArgument<T3> ^ Argument3 { System::Activities::InArgument<T3> ^ get(); void set(System::Activities::InArgument<T3> ^ value); };
[System.Activities.RequiredArgument]
public System.Activities.InArgument<T3> Argument3 { get; set; }
[<System.Activities.RequiredArgument>]
member this.Argument3 : System.Activities.InArgument<'T3> with get, set
Public Property Argument3 As InArgument(Of T3)
Valor da propriedade
- InArgument<T3>
O terceiro In argumento passado para o associado ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> .The third In argument passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>.
- Atributos