ParseDynamicValue.Execute Method (CodeActivityContext)

 

Performs the execution of the activity.

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

Protected Overrides Function Execute (
	context As CodeActivityContext
) As DynamicValue

Parameters

context
Type: System.Activities.CodeActivityContext

The execution context under which the activity executes.

Return Value

Type: Microsoft.Activities.DynamicValue

The DynamicValue of the parsed string.

Return to top
Show: