PipelineEnabledActivity.Input 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.
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