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)

Syntax

'Declaration
Public Property IsBaseless As Boolean
public bool IsBaseless { get; set; }
public:
property bool IsBaseless {
    bool get ();
    void set (bool value);
}
member IsBaseless : bool with get, set
function get IsBaseless () : boolean 
function set IsBaseless (value : boolean)

Property Value

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

Remarks

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

.NET Framework Security

See Also

Reference

ThreeWayMerge Class

Microsoft.TeamFoundation.VersionControl.Client Namespace