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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.