WebTestResultTransaction.ResponseTime Property

Gets or sets the response time for this transaction.

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

Syntax

'Declaration
Public Property ResponseTime As Double
public double ResponseTime { get; internal set; }
public:
property double ResponseTime {
    double get ();
    internal: void set (double value);
}
member ResponseTime : float with get, internal set
function get ResponseTime () : double
internal function set ResponseTime (value : double)

Property Value

Type: System.Double
The response time for this transaction.

.NET Framework Security

See Also

Reference

WebTestResultTransaction Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace