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)
Syntax
public TimerResult[] TimerResults { get; set; }
public:
property array<TimerResult^>^ TimerResults {
array<TimerResult^>^ get();
void set(array<TimerResult^>^ value);
}
member TimerResults : TimerResult[] with get, set
Public Property TimerResults As TimerResult()
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TimerResult[]
An array of timer results.
See Also
TimerResult
TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace
Return to top