IImpactedTestPoint.TestCase Property
Retrieves the test case from the server.
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 ITestCase object.
See Also
ITestCase
IImpactedTestPoint Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top