DynamicValue Constructor (Boolean)

Initializes a new instance of the DynamicValue class with a Boolean value.

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

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

Dim instance As New DynamicValue(value)

Parameters

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

Community Additions

ADD
Show: