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

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

Property Value

Type: Int32
The number of think time 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

PropertyChanged