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