WebTestPageStatistics.PageTime Property

Gets the response time for the entire page from the time the first request was issued to the time 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
'Usage
Dim instance As WebTestPageStatistics 
Dim value As TimeSpan 

value = instance.PageTime

instance.PageTime = value
public TimeSpan PageTime { get; internal set; }
public:
property TimeSpan PageTime {
    TimeSpan get ();
    void set (TimeSpan value);
}
public function get PageTime () : TimeSpan 
public 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 test, or load test that contains the Web test.

.NET Framework Security

See Also

Reference

WebTestPageStatistics Class

WebTestPageStatistics Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace