This documentation is archived and is not being maintained.

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)

[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", 
	false)]
property List<ITestSummary^>^ TestSummaries {
	List<ITestSummary^>^ get ();
}

Property Value

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

Show: