ICoverageStatistics.LinesNotCovered Property
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int LinesNotCovered { get; }
property int LinesNotCovered {
int get();
}
abstract LinesNotCovered : int with get
ReadOnly Property LinesNotCovered As Integer
Property Value
Type: System.Int32
Returns Int32.
See Also
ICoverageStatistics Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top