PlaybackSettings.WaitForReadyTimeout Property

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

See Also

Reference

PlaybackSettings Class

Microsoft.VisualStudio.TestTools.UITesting Namespace