RecorderOptions.ThinkTimeThreshold 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 ThinkTimeThreshold As Long
    Get
    Set
'Usage
Dim instance As RecorderOptions
Dim value As Long

value = instance.ThinkTimeThreshold

instance.ThinkTimeThreshold = value
public long ThinkTimeThreshold { get; set; }
public:
property long long ThinkTimeThreshold {
    long long get ();
    void set (long long value);
}
function get ThinkTimeThreshold () : long
function set ThinkTimeThreshold (value : long)
member ThinkTimeThreshold : int64 with get, set

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

RecorderOptions Class

RecorderOptions Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace