Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.