Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public double ThinkTimeMultiplier { get; set; }
public:
property double ThinkTimeMultiplier {
double get();
void set(double value);
}
member ThinkTimeMultiplier : float with get, set
Public Property ThinkTimeMultiplier As Double
Property Value
Type: System.Double
A double value.
See Also
UIActionInterpreter Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top