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