RanorexRanorex Documentation
DefaultSearchTimeout Property
NamespacesRanorexAdapterDefaultSearchTimeout
The timeout used when adapters are searched by assigning a path to an adapter variable (implicit cast operator).
Declaration Syntax
C#Visual BasicVisual C++
public static Duration DefaultSearchTimeout { get; set; }
Public Shared Property DefaultSearchTimeout As Duration
public:
static property Duration^ DefaultSearchTimeout {
	Duration^ get ();
	void set (Duration^ value);
}
Remarks
This property is equivalent to DefaultSearchTimeout.
Examples
The timeout value set to this property is used for searching when implicitly casting a path (in its string representation) to an adapter variable:
CopyC#
Button button = "pathToButton";

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.4.23593 (4.0.4.23593)