ITestPointStatistics.TotalCount Property
Gets the total number of test points that are represented by this set of statistics.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int TotalCount { get; }
property int TotalCount {
int get();
}
abstract TotalCount : int with get
ReadOnly Property TotalCount As Integer
Property Value
Type: System.Int32
The total number of test points.
See Also
ITestPointStatistics Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top