Share via


ResolutionOptions.IsConvertToEncoding Property

Gets or sets the flag to indicate that files should be converted to the encoding 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
'Usage
Dim instance As ResolutionOptions 
Dim value As Boolean 

value = instance.IsConvertToEncoding

instance.IsConvertToEncoding = value
public bool IsConvertToEncoding { get; set; }
public:
property bool IsConvertToEncoding {
    bool get ();
    void set (bool value);
}
public function get IsConvertToEncoding () : boolean 
public function set IsConvertToEncoding (value : boolean)

Property Value

Type: System.Boolean

Remarks

This property and IsEncodingOverride must not both be set to true at the same time.

.NET Framework Security

See Also

Reference

ResolutionOptions Class

ResolutionOptions Members

Microsoft.TeamFoundation.VersionControl.Client Namespace