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
IList<IdAndName> DefaultConfigurations { get; }
property IList<IdAndName>^ DefaultConfigurations {
IList<IdAndName>^ get();
}
abstract DefaultConfigurations : IList<IdAndName> with get
ReadOnly Property DefaultConfigurations As IList(Of IdAndName)
Property Value
Type: System.Collections.Generic.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.
See Also
ITestConfigurationCollection
ITestSuiteBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top