TestResultAggregation.Counters Property

Definition

Gets the aggregated counters for the test run.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestResultCounter ^ Counters { Microsoft::VisualStudio::TestTools::Common::TestResultCounter ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestResultCounter Counters { get; }
member this.Counters : Microsoft.VisualStudio.TestTools.Common.TestResultCounter
Public ReadOnly Property Counters As TestResultCounter

Property Value

The aggregated counters for the test run.

Applies to