UITestAction.ThinkTime Property

 

Gets or sets the number of seconds that are required to execute this 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; set; }
public:
property int ThinkTime {
    int get();
    void set(int value);
}
member ThinkTime : int with get, set
Public Property ThinkTime As Integer

Property Value

Type: System.Int32

The number of think time seconds.

Remarks

Raises the PropertyChanged event when the value is set.

See Also

PropertyChanged
UITestAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top