DiffSummary.TotalLinesAdded Property

The total number of lines that were added

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'Declaration
Public ReadOnly Property TotalLinesAdded As Integer
public int TotalLinesAdded { get; }
public:
property int TotalLinesAdded {
    int get ();
}
member TotalLinesAdded : int with get
function get TotalLinesAdded () : int

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

DiffSummary Class

Microsoft.TeamFoundation.VersionControl.Common Namespace