PSActivity.MergeErrorToOutput Property

Definition

Determines whether to merge error data to the output stream

public:
 property System::Activities::InArgument<Nullable<bool>> ^ MergeErrorToOutput { System::Activities::InArgument<Nullable<bool>> ^ get(); void set(System::Activities::InArgument<Nullable<bool>> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<bool?> MergeErrorToOutput { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.MergeErrorToOutput : System.Activities.InArgument<Nullable<bool>> with get, set
Public Property MergeErrorToOutput As InArgument(Of Nullable(Of Boolean))

Property Value

Attributes

Applies to