Gets or sets a value representing the think time to wait after the response is received.
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)
This value represents time in seconds.