Share via


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

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

Property Value

Type: IList<IdAndName>
The read-only list of configurations against which this entry will be tested.

Remarks

This list is read-only.

.NET Framework Security

See Also

Reference

ITestSuiteEntry Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestSuiteEntry