This documentation is archived and is not being maintained.

ResolutionOptions::IsEncodingOverride Property

Gets or sets a flag that describes whether the encoding of the file should be overridden by that specified in the Encoding property.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

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

Property Value

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

This property must not be true at the same time as IsConvertToEncoding.

Show: