ActivityImplementationContext.AppendOutput Property

Definition

Determines whether to append output to Result.

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

Property Value

Applies to