Share via


CheckinException.AllResolvableConflictsWereAutoResolved Property

This is true if there were resolvable conflicts and they were all resolved.

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

Syntax

'Declaration
Public Property AllResolvableConflictsWereAutoResolved As Boolean
public bool AllResolvableConflictsWereAutoResolved { get; private set; }
public:
property bool AllResolvableConflictsWereAutoResolved {
    bool get ();
    private: void set (bool value);
}
member AllResolvableConflictsWereAutoResolved : bool with get, private set
function get AllResolvableConflictsWereAutoResolved () : boolean 
private function set AllResolvableConflictsWereAutoResolved (value : boolean)

Property Value

Type: System.Boolean
true if there were resolvable conflicts and they were all resolved; otherwise, false.

.NET Framework Security

See Also

Reference

CheckinException Class

Microsoft.TeamFoundation.VersionControl.Client Namespace