ActivityImplementationContext.Input Property

Definition

The Input stream / collection for the activity.

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

Property Value

Applies to