Share via


DiffLine.Content Property

Gets the line content.

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

Syntax

'Declaration
Public ReadOnly Property Content As String
public string Content { get; }
public:
property String^ Content {
    String^ get ();
}
member Content : string with get
function get Content () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

DiffLine Class

Microsoft.TeamFoundation.VersionControl.Common Namespace