SetPSWorkflowData.AppendOutput Property

Definition

Determines whether to append output to Result.

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

Property Value

Attributes

Applies to