DiffSummary.OriginalLineCount Property

The number of lines in the original file

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

DiffSummary Class

Microsoft.TeamFoundation.VersionControl.Common Namespace