BuildDynamicValue.Result Property

 

Gets or sets the resulting DynamicValue.

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

[RequiredArgumentAttribute]
public InOutArgument<DynamicValue> Result {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Activities.InOutArgument<DynamicValue>

Returns the DynamicValue that is built.

Return to top
Show: