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

'Declaration
Public Property ThinkTime As Integer
'Usage
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.

Remarks

This value represents time in seconds.

.NET Framework Security

See Also

Reference

WebTestRequest Class

WebTestRequest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace