Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.