ForEachObjectCommand.TimeoutSeconds 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 timeout time in seconds, after which the parallel running scripts will be stopped The default value is 0, indicating no timeout.
[System.Management.Automation.Parameter(ParameterSetName="ParallelParameterSet")]
[System.Management.Automation.ValidateRange(0, 2147483)]
public int TimeoutSeconds { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="ParallelParameterSet")>]
[<System.Management.Automation.ValidateRange(0, 2147483)>]
member this.TimeoutSeconds : int with get, set
Public Property TimeoutSeconds As Integer
Property Value
- Attributes