PipelineEnabledActivity.UseDefaultInput 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 connect the input stream for this activity.
public:
property bool UseDefaultInput { bool get(); void set(bool value); };
public:
property bool UseDefaultInput { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool UseDefaultInput { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.UseDefaultInput : bool with get, set
Public Property UseDefaultInput As Boolean
Property Value
- Attributes