DynamicValue Constructor (Int64)

Initializes a new instance of the DynamicValue class with an Int64 value.

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

'Declaration
Public Sub New ( _
	value As Long _
)
'Usage
Dim value As Long 

Dim instance As New DynamicValue(value)

Parameters

value
Type: System.Int64
The value to add to the DynamicValue.

Community Additions

ADD
Show: