Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property WebTestPageStatistics^ PageStatistics {
	WebTestPageStatistics^ get();
}

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTestPageStatistics^

A WebTestPageStatistics object that contains statistics about the execution of the page.

Return to top
Show: