ITestPointProperties Interface

 

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
System_CAPS_pubproperty Comment

Gets or sets a comment for the associated test point.

System_CAPS_pubproperty LastUpdated

Gets the date that this object was last updated.

System_CAPS_pubproperty LastUpdatedBy

Gets the identity of the last person to update this object.

System_CAPS_pubproperty LastUpdatedByName

Last person to update point.

System_CAPS_pubproperty MostRecentFailureType

Obsolete.Gets the most recent FailureType for the associated test point.

System_CAPS_pubproperty MostRecentFailureTypeId

System_CAPS_pubproperty MostRecentResolutionStateId

Gets the ID for the most recent resolution state setting.

System_CAPS_pubproperty MostRecentResultId

Gets the ID of the most recent result setting.

System_CAPS_pubproperty MostRecentResultOutcome

Gets the most recent result outcome setting.

System_CAPS_pubproperty MostRecentResultState

Gets the most recent result state setting.

System_CAPS_pubproperty MostRecentRunId

Gets the most recent test run ID.

System_CAPS_pubproperty Revision

Gets the internal revision number of the associated test point.

System_CAPS_pubproperty 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