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 milliseconds to wait for the application to be ready.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Property WaitForReadyTimeout As Integer
public int WaitForReadyTimeout { get; set; }
public:
property int WaitForReadyTimeout {
int get ();
void set (int value);
}
member WaitForReadyTimeout : int with get, set
function get WaitForReadyTimeout () : int
function set WaitForReadyTimeout (value : int)
Property Value
Type: System.Int32
The number of milliseconds to wait for the application to be ready.
.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.