Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: Double
The response time for this transaction.
.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.