FileContent.ContentLines Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

FileContent Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace