DynamicValue Implicit Conversion (Int64 to DynamicValue)

Converts an Int64 value to a Dynamic Value.

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

static implicit operator DynamicValue^ (
	long long value
)

Parameters

value
Type: System::Int64
The value to convert.

Return Value

Type: Microsoft.Activities::DynamicValue
The converted Dynamic Value.

Community Additions

ADD
Show: