DiffSummary.ModifiedLineCount Property

The number of lines in the modified file

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

DiffSummary Class

Microsoft.TeamFoundation.VersionControl.Common Namespace