IConfigurationSummary.TestSummaries Property

Note: This API is now obsolete.

Gets the test summaries that are associated with this configuration.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
<ObsoleteAttribute("This property has been deprecated. Please remove all references.",  _
    False)> _
ReadOnly Property TestSummaries As List(Of ITestSummary)
[ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)]
List<ITestSummary> TestSummaries { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", 
    false)]
property List<ITestSummary^>^ TestSummaries {
    List<ITestSummary^>^ get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)>]
abstract TestSummaries : List<ITestSummary> with get
function get TestSummaries () : List<ITestSummary>

Property Value

Type: System.Collections.Generic.List<ITestSummary>
The test summaries that are associated with this configuration.

.NET Framework Security

See Also

Reference

IConfigurationSummary Interface

Microsoft.TeamFoundation.Build.Client Namespace