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.
Gets or sets the flag to indicate that the file involved should be treated with the encoding specified in the Encoding property.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property IsEncodingOverride As Boolean
'Usage
Dim instance As ResolutionOptions
Dim value As Boolean
value = instance.IsEncodingOverride
instance.IsEncodingOverride = value
public bool IsEncodingOverride { get; set; }
public:
property bool IsEncodingOverride {
bool get ();
void set (bool value);
}
public function get IsEncodingOverride () : boolean
public function set IsEncodingOverride (value : boolean)
Property Value
Type: System.Boolean
Remarks
This property and IsConvertToEncoding must not both be set to true at the same time.
.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.