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.

WebTestPageStatistics::StartTime Property

 

Gets the time the page started.

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

public:
property DateTime StartTime {
	DateTime get();
	internal: void set(DateTime value);
}

Property Value

Type: System::DateTime

A DateTime value type that represents the time that the page started.

Return to top
Show: