UITestProgressEventArgs.ThinkTime Property

Gets the think time for the associated action.

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

Syntax

'Declaration
Public ReadOnly Property ThinkTime As Integer
public int ThinkTime { get; }
public:
property int ThinkTime {
    int get ();
}
member ThinkTime : int
function get ThinkTime () : int

Property Value

Type: System.Int32
The think time for the associated action. The default is zero.

.NET Framework Security

See Also

Reference

UITestProgressEventArgs Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace