PlaybackSettings.ThinkTimeMultiplier Property
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: 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.