PlaybackSettings.ShouldSearchFailFast Property

Gets or sets a value indicating whether search has to fail fast or after the time-out period set for the search operation has elapsed.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Property ShouldSearchFailFast As Boolean
public bool ShouldSearchFailFast { get; set; }
public:
property bool ShouldSearchFailFast {
    bool get ();
    void set (bool value);
}
member ShouldSearchFailFast : bool with get, set
function get ShouldSearchFailFast () : boolean
function set ShouldSearchFailFast (value : boolean)

Property Value

Type: System.Boolean
true if the search must fail fast; false if the search must fail after the time-out period set for the search operation has elapsed.

Remarks

Timeout period for search is set in milliseconds.

Examples

SearchTimeout

.NET Framework Security

See Also

Reference

PlaybackSettings Class

Microsoft.VisualStudio.TestTools.UITesting Namespace