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.

TestResult::TimerResults Property

 

Gets or sets an array of timer results.

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

public:
property array<TimerResult^>^ TimerResults {
	array<TimerResult^>^ get();
	void set(array<TimerResult^>^ value);
}

Property Value

Type: array<Microsoft.VisualStudio.TestTools.Common::TimerResult^>^

An array of timer results.

Return to top
Show: