DynamicValue Implicit Conversion (Int32 to DynamicValue)

Casts an Int32 value to a DynamicValue.

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

static implicit operator DynamicValue^ (
	int value
)

Parameters

value
Type: System::Int32
An Int32 value

Return Value

Type: Microsoft.Activities::DynamicValue
A DynamicValue representation of the specified Int32 value.

Community Additions

ADD
Show: