TimeoutAttribute.Timeout Property
Gets the time-out period for a test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property Timeout As Integer
'Usage
Dim instance As TimeoutAttribute
Dim value As Integer
value = instance.Timeout
public int Timeout { get; }
public:
property int Timeout {
int get ();
}
public function get Timeout () : int
Property Value
Type: System.Int32
The time-out period for a test, measured in milliseconds.
.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.