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: 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
- 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.