Share via


CodeCoverageData.LinesPartiallyCovered Property

Namespace:  Microsoft.TeamFoundation.Build.Proxy
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Property LinesPartiallyCovered As Integer
'Usage
Dim instance As CodeCoverageData 
Dim value As Integer 

value = instance.LinesPartiallyCovered

instance.LinesPartiallyCovered = value
public int LinesPartiallyCovered { get; set; }
public:
property int LinesPartiallyCovered {
    int get ();
    void set (int value);
}
public function get LinesPartiallyCovered () : int 
public function set LinesPartiallyCovered (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

CodeCoverageData Class

CodeCoverageData Members

Microsoft.TeamFoundation.Build.Proxy Namespace