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>
function get Configurations () : IList<IdAndName>
Property Value
Type: System.Collections.Generic.IList<IdAndName>
The read-only list of configurations against which this entry will be tested.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.