INewBuildStatistics.CompletedRequirementCount Property
Gets the number of requirement work items that have been marked as completed.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int CompletedRequirementCount { get; }
property int CompletedRequirementCount {
int get();
}
abstract CompletedRequirementCount : int with get
ReadOnly Property CompletedRequirementCount As Integer
Property Value
Type: System.Int32
The number of requirement work items that have been marked as completed.
See Also
INewBuildStatistics Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top