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.

ITestSuiteEntry::Configurations Property

 

Gets the read-only list of configurations against which this entry will be tested.

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

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

Property Value

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

The read-only list of configurations against which this entry will be tested.

This list is read-only.

Return to top
Show: