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 mutable properties of a test point. These are tracked historically.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestPointProperties
public interface class ITestPointProperties
type ITestPointProperties = interface end
Public Interface ITestPointProperties
Properties
Name | Description | |
---|---|---|
![]() |
Comment | Gets or sets a comment for the associated test point. |
![]() |
LastUpdated | Gets the date that this object was last updated. |
![]() |
LastUpdatedBy | Gets the identity of the last person to update this object. |
![]() |
LastUpdatedByName | Last person to update point. |
![]() |
MostRecentFailureType | Obsolete.Gets the most recent FailureType for the associated test point. |
![]() |
MostRecentFailureTypeId | |
![]() |
MostRecentResolutionStateId | Gets the ID for the most recent resolution state setting. |
![]() |
MostRecentResultId | Gets the ID of the most recent result setting. |
![]() |
MostRecentResultOutcome | Gets the most recent result outcome setting. |
![]() |
MostRecentResultState | Gets the most recent result state setting. |
![]() |
MostRecentRunId | Gets the most recent test run ID. |
![]() |
Revision | Gets the internal revision number of the associated test point. |
![]() |
State | Gets the current state of the associated test point. |
Remarks
No content here will be updated; please do not add material here.
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top