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 the properties of a test point that are subject to change.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestPointProperties
public interface ITestPointProperties
public interface class ITestPointProperties
type ITestPointProperties =  interface end
public interface ITestPointProperties
The ITestPointProperties type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Comment | Gets or sets a comment for the associated test point. | 
| .gif) | LastUpdated | Gets the date that this object was last updated. | 
| .gif) | LastUpdatedBy | Gets the identity of the last person to update this object. | 
| .gif) | LastUpdatedByName | Last person to update point. | 
| .gif) | MostRecentFailureType | Gets the most recent FailureType for the associated test point. | 
| .gif) | MostRecentResolutionStateId | Gets the ID for the most recent resolution state setting. | 
| .gif) | MostRecentResultId | Gets the ID of the most recent result setting. | 
| .gif) | MostRecentResultOutcome | Gets the most recent result outcome setting. | 
| .gif) | MostRecentResultState | Gets the most recent result state setting. | 
| .gif) | MostRecentRunId | Gets the most recent test run ID. | 
| .gif) | Revision | Gets the internal revision number of the associated test point. | 
| .gif) | State | Gets the current state of the associated test point. | 
Top
Remarks
This interface supports the object model for Test Case management (TCM) in Visual Studio. This interface is not intended for you to implement in a custom class, but you can use this interface in a custom class if a TCM object returns an internal implementation.