Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestSuiteBase::DefaultConfigurations Property

 

Gets the read-only list of default configurations.

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

property IList<IdAndName>^ DefaultConfigurations {
	IList<IdAndName>^ get();
}

Property Value

Type: System.Collections.Generic::IList<IdAndName>^

The list of default configurations.

When test cases are added to this suite, this is the list of configurations for which test points will be created unless the test case overrides it. If no configurations have been specifically added to this suite, the list is inherited from the parent.

Return to top
Show: