The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestCase::Implementation Property
Gets a reference to the automated test that implements this test case.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
property ITestImplementation^ Implementation { ITestImplementation^ get(); void set(ITestImplementation^ value); }
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestImplementation^A test implementation if the test is automated; null if the test is manual.
Show: