UITestAction.ActualThinkTime Property

Gets or sets the think time after it processes other playback parameters that are provided by the UIActionInterpreter, such as the ThinkTimeMultiplier.

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

Syntax

'Declaration
Public Property ActualThinkTime As Integer
public int ActualThinkTime { get; set; }
public:
property int ActualThinkTime {
    int get ();
    void set (int value);
}
member ActualThinkTime : int with get, set
function get ActualThinkTime () : int 
function set ActualThinkTime (value : int)

Property Value

Type: Int32
The actual number of seconds.

Remarks

Raises the PropertyChanged event when the value is set.

.NET Framework Security

See Also

Reference

UITestAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UIActionInterpreter

ThinkTimeMultiplier

PropertyChanged