This documentation is archived and is not being maintained.

ILocalUpdateOperation::IsConflict Property

Gets a flag that describes whether this operation is detected by the server as being in conflict.

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

property bool IsConflict {
	bool get ();
}

Property Value

Type: System::Boolean
True if the item is in conflict, according to the server; otherwise, false.

Show: