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)
Syntax
IList<IdAndName> Configurations { get; }
property IList<IdAndName>^ Configurations {
IList<IdAndName>^ get();
}
abstract Configurations : IList<IdAndName> with get
ReadOnly Property Configurations As IList(Of IdAndName)
Property Value
Type: System.Collections.Generic.IList<IdAndName>
The read-only list of configurations against which this entry will be tested.
Remarks
This list is read-only.
See Also
ITestSuiteEntry
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top