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)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace