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)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace