Share via


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

'宣言
Public Property IsConvertToEncoding As Boolean
    Get
    Set
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

See Also

Reference

ResolutionOptions Class

Microsoft.TeamFoundation.VersionControl.Client Namespace