PipelineEnabledActivity.AppendOutput Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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