Partager via


ForEachObject.Process Property

Definition

Provides access to the Process parameter.

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

Property Value

Attributes

Applies to