This documentation is archived and is not being maintained.

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)

public:
property bool IsConvertToEncoding {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True to convert the encoding of the file to that specified in the Encoding property; otherwise false.

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

Show: