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 Property MillisecondsToLastByte As Long
public long MillisecondsToLastByte { get; internal set; }
public:
property long long MillisecondsToLastByte {
    long long get ();
    internal: void set (long long value);
}
member MillisecondsToLastByte : int64 with get, internal set
function get MillisecondsToLastByte () : long
internal function set MillisecondsToLastByte (value : long)

Property Value

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

.NET Framework Security

See Also

Reference

WebTestRequestStatistics Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace