DiffFile.HasPreamble Property

Returns true if the encoding of the file supports a preamble and the file contains a preamble

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

Syntax

'Declaration
Public Property HasPreamble As Boolean
public bool HasPreamble { get; set; }
public:
property bool HasPreamble {
    bool get ();
    void set (bool value);
}
member HasPreamble : bool with get, set
function get HasPreamble () : boolean 
function set HasPreamble (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

DiffFile Class

Microsoft.TeamFoundation.VersionControl.Common Namespace