Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.