Share via


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
'Usage
Dim instance As ITestElement 
Dim value As Integer 

value = instance.Timeout

instance.Timeout = value
int Timeout { get; set; }
property int Timeout {
    int get ();
    void set (int value);
}
function get Timeout () : int 
function set Timeout (value : int)

Property Value

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

.NET Framework Security

See Also

Reference

ITestElement Interface

ITestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace