ForEachObjectCommand.Parallel 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.
Gets or sets a script block to run in parallel for each pipeline object.
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ParallelParameterSet")]
public System.Management.Automation.ScriptBlock Parallel { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ParallelParameterSet")>]
member this.Parallel : System.Management.Automation.ScriptBlock with get, set
Public Property Parallel As ScriptBlock
Property Value
- Attributes