The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PlaybackSettings::ShouldSearchFailFast Property
Gets or sets a value indicating whether search has to fail fast or after the timeout period set for the search operation has elapsed.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Property Value
Type: System::Booleantrue if the search must fail fast; false if the search must fail after the timeout period set for the search operation has elapsed.
Timeout period for search is set in milliseconds.
Legacy Code Example
Show: