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
- 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.