Share via


TestResultAggregation.Counters Property

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

Syntax

'Declaration
Public ReadOnly Property Counters As TestResultCounter
'Usage
Dim instance As TestResultAggregation 
Dim value As TestResultCounter 

value = instance.Counters
public TestResultCounter Counters { get; }
public:
property TestResultCounter^ Counters {
    TestResultCounter^ get ();
}
public function get Counters () : TestResultCounter

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestResultCounter

.NET Framework Security

See Also

Reference

TestResultAggregation Class

TestResultAggregation Members

Microsoft.VisualStudio.TestTools.Common Namespace