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
'Declaration
Public Property TimerResults As TimerResult()
public TimerResult[] TimerResults { get; set; }
public:
property array<TimerResult^>^ TimerResults {
array<TimerResult^>^ get ();
void set (array<TimerResult^>^ value);
}
member TimerResults : TimerResult[] with get, set
function get TimerResults () : TimerResult[]
function set TimerResults (value : TimerResult[])
Property Value
Type: array<Microsoft.VisualStudio.TestTools.Common.TimerResult[]
An array of timer results.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.