Compartir a través de


ITestElement.Timeout Property

Gets or sets the number of milliseconds before the execution of this test element times out.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Property Timeout As Integer
int Timeout { get; set; }
property int Timeout {
    int get ();
    void set (int value);
}
abstract Timeout : int with get, set
function get Timeout () : int 
function set Timeout (value : int)

Property Value

Type: Int32
The number of milliseconds before the execution of this test element times out.

.NET Framework Security

See Also

Reference

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common Namespace