Share via


WebTestRequestStatistics.MillisecondsToLastByte Property

Gets the number of milliseconds elapsed between StartTime and TimeOfLastByte.

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

Syntax

'Declaration
Public ReadOnly Property MillisecondsToLastByte As Long
'Usage
Dim instance As WebTestRequestStatistics 
Dim value As Long 

value = instance.MillisecondsToLastByte
public long MillisecondsToLastByte { get; }
public:
property long long MillisecondsToLastByte {
    long long get ();
}
public function get MillisecondsToLastByte () : long

Property Value

Type: System.Int64
The number of milliseconds elapsed between StartTime and TimeOfLastByte.

.NET Framework Security

See Also

Reference

WebTestRequestStatistics Class

WebTestRequestStatistics Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace