ResolutionOptions.IsConvertToEncoding Property
Gets or sets a flag that describes whether the encoding of the file should be converted to that specified by the Encoding property.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property IsConvertToEncoding As Boolean
public bool IsConvertToEncoding { get; set; }
public:
property bool IsConvertToEncoding {
bool get ();
void set (bool value);
}
member IsConvertToEncoding : bool with get, set
function get IsConvertToEncoding () : boolean
function set IsConvertToEncoding (value : boolean)
Property Value
Type: System.Boolean
True to convert the encoding of the file to that specified in the Encoding property; otherwise false.
Remarks
This property and IsEncodingOverride must not both be 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.