Share via


FileDiffBlock.ModifiedLines Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "mLines", EmitDefaultValue := False)> _
Public Property ModifiedLines As List(Of String)
[DataMemberAttribute(Name = "mLines", EmitDefaultValue = false)]
public List<string> ModifiedLines { get; set; }
[DataMemberAttribute(Name = L"mLines", EmitDefaultValue = false)]
public:
property List<String^>^ ModifiedLines {
    List<String^>^ get ();
    void set (List<String^>^ value);
}
[<DataMemberAttribute(Name = "mLines", EmitDefaultValue = false)>]
member ModifiedLines : List<string> with get, set
function get ModifiedLines () : List<String>
function set ModifiedLines (value : List<String>)

Property Value

Type: System.Collections.Generic.List<String>

.NET Framework Security

See Also

Reference

FileDiffBlock Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace