Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property SearchTimeout As Integer
public int SearchTimeout { get; set; }
public:
property int SearchTimeout {
int get ();
void set (int value);
}
member SearchTimeout : int with get, set
function get SearchTimeout () : int
function set SearchTimeout (value : int)
Property Value
Type: System.Int32
The number of seconds before time-out.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace