Activity<TResult>::FromVariable Method (Variable<TResult>^)
.NET Framework (current version)
Returns a Activity<TResult> expression that evaluates to the given Variable<T>.
Assembly: System.Activities (in System.Activities.dll)
Parameters
- variable
-
Type:
System.Activities::Variable<TResult>^
The value for the expression.
Return Value
Type: System.Activities::Activity<TResult>^A workflow expression that evaluates to the given variable.
.NET Framework
Available since 4.0
Available since 4.0
Show: