This documentation is archived and is not being maintained.

Conflict::IsBaseless Property

Gets a flag that describes whether this conflict is the result of a baseless merge.

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

public:
property bool IsBaseless {
	bool get ();
}

Property Value

Type: System::Boolean
True if this conflict is the result of a baseless merge; otherwise, false.

Show: