RecorderOptions.ThinkTimeMultiplier Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Property ThinkTimeMultiplier As Double
    Get
    Set
'Usage
Dim instance As RecorderOptions
Dim value As Double

value = instance.ThinkTimeMultiplier

instance.ThinkTimeMultiplier = value
public double ThinkTimeMultiplier { get; set; }
public:
property double ThinkTimeMultiplier {
    double get ();
    void set (double value);
}
function get ThinkTimeMultiplier () : double
function set ThinkTimeMultiplier (value : double)
member ThinkTimeMultiplier : float with get, set

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

RecorderOptions Class

RecorderOptions Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace