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: System.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

See Also

Reference

UITestAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged