This documentation is archived and is not being maintained.

CheckinException::AllResolvableConflictsWereAutoResolved Property

This is true if there were resolvable conflicts and they were all resolved.

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

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

Property Value

Type: System::Boolean
true if there were resolvable conflicts and they were all resolved; otherwise, false.

Show: