This documentation is archived and is not being maintained.

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)

public:
property bool IsConflict {
	bool get ();
}

Property Value

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

Show: