Information
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.

UIActionInterpreter::ThinkTimeMultiplier Property

 

Gets or sets the multiplier to use for think time values.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

public:
property double ThinkTimeMultiplier {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

A double value.

Return to top
Show: