Share via


TestResultAggregation.InnerResults Property

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

Syntax

'Declaration
Public ReadOnly Property InnerResults As TestResult()
'Usage
Dim instance As TestResultAggregation 
Dim value As TestResult()

value = instance.InnerResults
public TestResult[] InnerResults { get; }
public:
property array<TestResult^>^ InnerResults {
    array<TestResult^>^ get ();
}
public function get InnerResults () : TestResult[]

Property Value

Type: array<Microsoft.VisualStudio.TestTools.Common.TestResult[]

.NET Framework Security

See Also

Reference

TestResultAggregation Class

TestResultAggregation Members

Microsoft.VisualStudio.TestTools.Common Namespace