PipelineEnabledActivity.Input Property

Definition

The Input stream for the activity.

public:
 property System::Activities::InArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::PSObject ^> ^> ^ Input { System::Activities::InArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::PSObject ^> ^> ^ get(); void set(System::Activities::InArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::PSObject ^> ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.PSDataCollection<System.Management.Automation.PSObject>> Input { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Input : System.Activities.InArgument<System.Management.Automation.PSDataCollection<System.Management.Automation.PSObject>> with get, set
Public Property Input As InArgument(Of PSDataCollection(Of PSObject))

Property Value

Attributes

Applies to