BuildDynamicValue.Result Property
Gets or sets the resulting DynamicValue.
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.
Show: