ActivityImplementationContext.MergeErrorToOutput Property

Definition

Determines whether to merge the error data to the output stream

public:
 property Nullable<bool> MergeErrorToOutput { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? MergeErrorToOutput { get; set; }
member this.MergeErrorToOutput : Nullable<bool> with get, set
Public Property MergeErrorToOutput As Nullable(Of Boolean)

Property Value

Applies to