PipelineEnabledActivity Class
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.
Activities derived from this class can be used in the Pipeline activity
public ref class PipelineEnabledActivity abstract : System::Activities::NativeActivity
public abstract class PipelineEnabledActivity : System.Activities.NativeActivity
type PipelineEnabledActivity = class
inherit NativeActivity
Public MustInherit Class PipelineEnabledActivity
Inherits NativeActivity
- Inheritance
-
PipelineEnabledActivity
- Derived
Constructors
PipelineEnabledActivity() |
Properties
AppendOutput |
Determines whether to append output to Result. |
Input |
The Input stream for the activity. |
Result |
The output stream from the activity |
UseDefaultInput |
Determines whether to connect the input stream for this activity. |