ParseDynamicValue.Json Property

 

Gets or sets the JSON string to parse.

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

[RequiredArgumentAttribute]
[DefaultValueAttribute(null)]
public InArgument<string> Json {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Activities.InArgument<String>

The JSON string to parse.

Return to top
Show: