Activity<TResult>::FromValue Method (TResult)

.NET Framework (current version)
 

Returns a Activity<TResult> expression that evaluates to the given value.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

public:
static Activity<TResult>^ FromValue(
	TResult constValue
)

Parameters

constValue
Type: TResult

The value used to create the Activity<TResult> expression.

Return Value

Type: System.Activities::Activity<TResult>^

A workflow expression that evaluates to the given value.

.NET Framework
Available since 4.0
Return to top
Show: