Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public int ThinkTime { get; }
public:
property int ThinkTime {
int get();
}
member ThinkTime : int with get
Public ReadOnly Property ThinkTime As Integer
Property Value
Type: System.Int32
The think time for the associated action. The default is zero.
See Also
UITestProgressEventArgs Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top