WebTest.Timeout Property

Definition

Gets or sets seconds until this WebTest will timeout and fail. Default value is 30.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.Timeout")]
public int? Timeout { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.Timeout")>]
member this.Timeout : Nullable<int> with get, set
Public Property Timeout As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to