InvokeAction<T1,T2,T3,T4,T5,T6,T7,T8,T9>.Argument9 Property

Definition

Gets or sets the ninth InArgument<T> passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9>.

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

Property Value

The ninth argument passed to the associated ActivityAction<T1,T2,T3,T4,T5,T6,T7,T8,T9>.

Attributes

Applies to