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

'Declaration
ReadOnly Property TotalCount As Integer
int TotalCount { get; }
property int TotalCount {
    int get ();
}
abstract TotalCount : int
function get TotalCount () : int

Property Value

Type: System.Int32
The total number of test points.

.NET Framework Security

See Also

Reference

ITestPointStatistics Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace