Team Test API
WebTestRequest..::.ThinkTime Property

Gets or sets a value representing the think time to wait after the response is received.

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

Visual Basic (Declaration)
Public Property ThinkTime As Integer
Visual Basic (Usage)
Dim instance As WebTestRequest
Dim value As Integer

value = instance.ThinkTime

instance.ThinkTime = value
C#
public int ThinkTime { get; set; }
Visual C++
public:
property int ThinkTime {
    int get ();
    void set (int value);
}
JScript
public function get ThinkTime () : int
public function set ThinkTime (value : int)

Property Value

Type: System..::.Int32
A think time value. The default value is 0.
Remarks

This value represents time in seconds.

Permissions

See Also

Reference

Page view tracker