ParseDynamicValue Constructor

 

Initializes a new instance of the ParseDynamicValue class.

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

NameDescription
System_CAPS_pubmethodParseDynamicValue()

Initializes a new instance of the ParseDynamicValue class with default values.

System_CAPS_pubmethodParseDynamicValue(InArgument(Of String))

Initializes a new instance of the ParseDynamicValue class with JSON string.

Return to top

ParseDynamicValue Constructor ()

Initializes a new instance of the ParseDynamicValue class with default values.

Public Sub New
Return to top

ParseDynamicValue Constructor (InArgument(Of String))

Initializes a new instance of the ParseDynamicValue class with JSON string.

Public Sub New (
	json As InArgument(Of String)
)

Parameters

json
Type: System.Activities.InArgument(Of String)

The JSON string to parse.

Return to top
Show: