ITestPoint.MostRecentResult Property
Gets the most recent test case result.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestCaseResult MostRecentResult { get; }
property ITestCaseResult^ MostRecentResult {
ITestCaseResult^ get();
}
abstract MostRecentResult : ITestCaseResult with get
ReadOnly Property MostRecentResult As ITestCaseResult
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult
The most recent test case result.
See Also
ITestCaseResult
ITestPoint Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top