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

value = instance.ThinkTimeUpperCutoff

instance.ThinkTimeUpperCutoff = value
public long ThinkTimeUpperCutoff { get; set; }
public:
property long long ThinkTimeUpperCutoff {
    long long get ();
    void set (long long value);
}
function get ThinkTimeUpperCutoff () : long
function set ThinkTimeUpperCutoff (value : long)
member ThinkTimeUpperCutoff : 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