InArgument<T> Properties
The InArgument<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
ArgumentType | Gets the data type for the data bound to this Argument. (Inherited from Argument.) |
|
Direction | Gets an ArgumentDirection that specifies whether the Argument represents the flow of data into an activity, out of an activity, or both into and out of an activity. (Inherited from Argument.) |
|
EvaluationOrder | Gets or sets a zero-based value that specifies the order in which the argument is evaluated. (Inherited from Argument.) |
|
Expression | Gets an Activity<TResult> that represents the value of this InArgument<T>. |