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
- 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.