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