CheckinConflict.Resolvable Property

Gets a flag that describes whether the conflict can be resolved by using the standard conflict resolution mechanism.

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

Syntax

'Declaration
Public ReadOnly Property Resolvable As Boolean
public bool Resolvable { get; }
public:
property bool Resolvable {
    bool get ();
}
member Resolvable : bool with get
function get Resolvable () : boolean

Property Value

Type: System.Boolean
True if the conflict can be resolved by using the standard conflict resolution mechanism; otherwise, false.

.NET Framework Security

See Also

Reference

CheckinConflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace