This documentation is archived and is not being maintained.

ThreeWayMerge::IsBaseless Property

Gets or sets a flag that describes whether the merge is baseless.

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

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

Property Value

Type: System::Boolean
True if the merge is baseless; otherwise, false.

A baseless merge is a merge between two items that are not directly related to each other.

Show: