Share via


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)

Syntax

ITestImplementation Implementation { get; }
property ITestImplementation^ Implementation {
    ITestImplementation^ get();
}
abstract Implementation : ITestImplementation with get
ReadOnly Property Implementation As ITestImplementation

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestImplementation

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

See Also

ITestImplementation
ITestCaseResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top