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

ITestCaseResult::Implementation Property

 

Gets the automated test for this result.

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

property ITestImplementation^ Implementation {
	ITestImplementation^ get();
}

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestImplementation^

The automated test for this result, or null if it is implemented by a manual test.

Return to top
Show: