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 think time after processing 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: System.Int32
The actual number of 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.