WebTestPageStatistics.PageTime Property

Gets the response time for the entire page from the time that the first request was issued to the time that the last byte for all dependent requests was received.

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

Syntax

'Declaration
Public Property PageTime As TimeSpan
public TimeSpan PageTime { get; internal set; }
public:
property TimeSpan PageTime {
    TimeSpan get ();
    internal: void set (TimeSpan value);
}
member PageTime : TimeSpan with get, internal set
function get PageTime () : TimeSpan
internal function set PageTime (value : TimeSpan)

Property Value

Type: System.TimeSpan
A TimeSpan data type that represents the entire response time for the page.

Remarks

This time span includes time spent following all redirects, plus any emulated network delay based on the network type in use for the Web performance test, or load test that contains the Web performance test.

.NET Framework Security

See Also

Reference

WebTestPageStatistics Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace