다음을 통해 공유


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

‘선언
Public ReadOnly Property IsBaseless As Boolean
    Get
public bool IsBaseless { get; }
public:
property bool IsBaseless {
    bool get ();
}
member IsBaseless : bool
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