Share via


ParseDynamicValue Constructor

 

Initializes a new instance of the ParseDynamicValue class.

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

Overload List

Name Description
System_CAPS_pubmethod ParseDynamicValue()

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

System_CAPS_pubmethod ParseDynamicValue(InArgument<String>)

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

See Also

ParseDynamicValue Class
Microsoft.Activities Namespace

Return to top

ParseDynamicValue Constructor ()

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

Syntax

public ParseDynamicValue()
public:
ParseDynamicValue()
new : unit -> ParseDynamicValue
Public Sub New

Return to top

ParseDynamicValue Constructor (InArgument<String>)

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

Syntax

public ParseDynamicValue(
    InArgument<string> json
)
public:
ParseDynamicValue(
    InArgument<String^>^ json
)
new : 
        json:InArgument<string> -> ParseDynamicValue
Public Sub New (
    json As InArgument(Of String)
)

Parameters

Return to top