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.

UIActionInterpreter::SearchTimeout Property

 

Gets or sets the number of seconds before a search process times out.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

public:
property int SearchTimeout {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The number of seconds before time-out.

Return to top
Show: