This documentation is archived and is not being maintained.

CheckInParameters::NoAutoResolve Property

Prevents the client from trying to auto resolve conflicts generated by the checkin.

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

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

Property Value

Type: System::Boolean
true if the checkin parameters has no auto resolve; otherwise, false.

Show: