Share via


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)

Syntax

'Declaration
ReadOnly Property DefaultConfigurations As IList(Of IdAndName)
IList<IdAndName> DefaultConfigurations { get; }
property IList<IdAndName>^ DefaultConfigurations {
    IList<IdAndName>^ get ();
}
abstract DefaultConfigurations : IList<IdAndName> with get
function get DefaultConfigurations () : IList<IdAndName>

Property Value

Type: IList<IdAndName>
The list of default configurations.

Remarks

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.

.NET Framework Security

See Also

Reference

ITestSuiteBase Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestConfigurationCollection