Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
[DefaultValueAttribute(300)]
property int Timeout {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The time to wait before timing out. The default value is 0.

This value represents time in seconds.

Return to top
Show: