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
- 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.