MergeEventArgs.IsConflict Property

Gets a flag describing whether or not a conflict exists in the merge.

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

Syntax

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

Property Value

Type: System.Boolean
True if a conflict exist. False otherwise.

.NET Framework Security

See Also

Reference

MergeEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace