ArgumentDirection Enumeration
.NET Framework (current version)
Specifies the direction of data flow for an Argument.
Assembly: System.Activities (in System.Activities.dll)
In this example, an InArgument<T> of type String is created using the Create method of the Argument class.
Argument a = Argument.Create(typeof(string), ArgumentDirection.In);
.NET Framework
Available since 4.0
Available since 4.0
Show: