UITestAction.ThinkTimeString Property
Gets or sets the think time for this action by using a string value.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property ThinkTimeString As String
public string ThinkTimeString { get; set; }
public:
property String^ ThinkTimeString {
String^ get ();
void set (String^ value);
}
member ThinkTimeString : string with get, set
function get ThinkTimeString () : String
function set ThinkTimeString (value : String)
Property Value
Type: String
The string representation of ThinkTime if it is greater than zero; otherwise, nulla null reference (Nothing in Visual Basic).
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.