Conflict.IsResolved Property

When set to true, the conflict is marked as resolved. This has no effect other than recording it. It is used by the client to mark conflicts as resolved so that it is easy for code holding a reference to a conflict to determine whether it is resolved.

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

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Server Namespace