This documentation is archived and is not being maintained.

Conflict::IsRollbackConflict Property

Gets a flag that describes whether this conflict was caused by a rollback operation.

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

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

Property Value

Type: System::Boolean
True if this conflict was caused by a rollback operation; otherwise, false.

Show: