WebTestRequest.Timeout Property

Gets or sets a value that indicates the time to wait for this request before timing out.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property Timeout As Integer
public int Timeout { get; set; }
public:
property int Timeout {
    int get ();
    void set (int value);
}
member Timeout : int with get, set
function get Timeout () : int
function set Timeout (value : int)

Property Value

Type: System.Int32
The time to wait before timing out. The default value is 0.

Remarks

This value represents time in seconds.

.NET Framework Security

See Also

Reference

WebTestRequest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace