Information
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.

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

public:
property bool ShouldSearchFailFast {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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

Return to top
Show: