This documentation is archived and is not being maintained.

ThreeWayMerge::UseExternalMergeTool Property

Gets or sets a flag that describes whether to use an external merge tool.

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

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

Property Value

Type: System::Boolean
True to use an external merge tool. False not to use an external merge tool.

Show: