Share via


FileDiffBlock.ModifiedLinesCount Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "mLinesCount")> _
Public Property ModifiedLinesCount As Integer
[DataMemberAttribute(Name = "mLinesCount")]
public int ModifiedLinesCount { get; set; }
[DataMemberAttribute(Name = L"mLinesCount")]
public:
property int ModifiedLinesCount {
    int get ();
    void set (int value);
}
[<DataMemberAttribute(Name = "mLinesCount")>]
member ModifiedLinesCount : int with get, set
function get ModifiedLinesCount () : int 
function set ModifiedLinesCount (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

FileDiffBlock Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace