ITestSuiteEntry.TestCase Property
Gets the associated test case if this is a test case entry.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestCase TestCase { get; }
property ITestCase^ TestCase {
ITestCase^ get();
}
abstract TestCase : ITestCase with get
ReadOnly Property TestCase As ITestCase
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCase
The associated test case if this is a test case entry.
See Also
ITestCase
ITestSuiteEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top