Share via


PostPageEventArgs.PageStatistics Property

Gets a WebTestPageStatistics object that contains statistics about the execution of the page.

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

Syntax

'Declaration
Public ReadOnly Property PageStatistics As WebTestPageStatistics
public WebTestPageStatistics PageStatistics { get; }
public:
property WebTestPageStatistics^ PageStatistics {
    WebTestPageStatistics^ get ();
}
member PageStatistics : WebTestPageStatistics
function get PageStatistics () : WebTestPageStatistics

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestPageStatistics
A WebTestPageStatistics object that contains statistics about the execution of the page.

.NET Framework Security

See Also

Reference

PostPageEventArgs Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace