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 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: System.Int32
The number of think time seconds.
Remarks
Raises the PropertyChanged event when the value is set.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.