Workstation.AttemptToAutoResolveConflicts Property

Return or set the user's Attempt To Auto Resolve Conflicts preference for this computer

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

Syntax

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

Property Value

Type: System.Boolean
The user's Attempt To Auto Resolve Conflicts.

.NET Framework Security

See Also

Reference

Workstation Class

Microsoft.TeamFoundation.VersionControl.Client Namespace