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 think time multiplier.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Property ThinkTimeMultiplier As Double
public double ThinkTimeMultiplier { get; set; }
public:
property double ThinkTimeMultiplier {
double get ();
void set (double value);
}
member ThinkTimeMultiplier : float with get, set
function get ThinkTimeMultiplier () : double
function set ThinkTimeMultiplier (value : double)
Property Value
Type: System.Double
The think time multiplier.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.