This documentation is archived and is not being maintained.

Conflict::IsEncodingMismatched Property

True if their and your encoding values are different.

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

public:
property bool IsEncodingMismatched {
	bool get ();
}

Property Value

Type: System::Boolean
true if the encoding values are different; otherwise, false.

Show: