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)
Visual Basic (Declaration)
Public Property ThinkTime As Integer
Dim instance As WebTestRequest
Dim value As Integer
value = instance.ThinkTime
instance.ThinkTime = value
public int ThinkTime { get; set; }
public:
property int ThinkTime {
int get ();
void set (int value);
}
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.
This value represents time in seconds.
Reference