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.
True if this conflict was resolved automatically
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property AutoResolved As Boolean
public bool AutoResolved { get; internal set; }
public:
property bool AutoResolved {
bool get ();
internal: void set (bool value);
}
member AutoResolved : bool with get, internal set
function get AutoResolved () : boolean
internal function set AutoResolved (value : boolean)
Property Value
Type: System.Boolean
true if this conflict was resolved automatically; 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.