This documentation is archived and is not being maintained.

Workstation::AttemptToAutoResolveConflicts Property

Return or set the user's Attempt To Auto Resolve Conflicts preference for this computer

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

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

Property Value

Type: System::Boolean
The user's Attempt To Auto Resolve Conflicts.

Show: