Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a test point that has been affected by a build.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface IImpactedTestPoint
public interface IImpactedTestPoint
public interface class IImpactedTestPoint
type IImpactedTestPoint =  interface end
public interface IImpactedTestPoint
The IImpactedTestPoint type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Builds | Gets the list of builds in which this point was affected. | 
| .gif) | SuiteName | Gets the name of the test suite for the test point. | 
| .gif) | TestCase | Retrieves the test case from the server. | 
| .gif) | TestCaseId | Gets the ID number for the test case. | 
| .gif) | TestPoint | Gets the test point from the server. | 
Top