共用方式為


ITestCaseResult.ResetCount Property

 

Gets the number of times that this result has been reset.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

int ResetCount { get; }
property int ResetCount {
    int get();
}
abstract ResetCount : int with get
ReadOnly Property ResetCount As Integer

Property Value

Type: System.Int32

The number of times that this result has been reset.

See Also

ITestCaseResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top