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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.