ITestSuiteBase.TestCases Property

Gets a read-only collection of test cases.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
ReadOnly Property TestCases As ITestSuiteEntryCollection
ITestSuiteEntryCollection TestCases { get; }
property ITestSuiteEntryCollection^ TestCases {
    ITestSuiteEntryCollection^ get ();
}
abstract TestCases : ITestSuiteEntryCollection with get
function get TestCases () : ITestSuiteEntryCollection

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntryCollection
A read-only collection of test cases.

.NET Framework Security

See Also

Reference

ITestSuiteBase Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace