Conflict.AutoResolved Property

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

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace