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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: [DefaultValueAttribute(300)] property int Timeout { int get(); void set(int value); }
This value represents time in seconds.
Show: