Share via


WaitProcessCommand.Timeout Property

Definition

If specified, wait for this number of seconds.

public:
 property int Timeout { int get(); void set(int value); };
public:
 property int Timeout { int get(); void set(int value); };
public int Timeout { get; set; }
[System.Management.Automation.Alias(new System.String[] { "TimeoutSec" })]
[System.Management.Automation.Parameter(Position=1)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateRange(0, 32767)]
public int Timeout { get; set; }
member this.Timeout : int with get, set
[<System.Management.Automation.Alias(new System.String[] { "TimeoutSec" })>]
[<System.Management.Automation.Parameter(Position=1)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateRange(0, 32767)>]
member this.Timeout : int with get, set
Public Property Timeout As Integer

Property Value

Attributes

Applies to