ConflictEventArgs.Resolvable Property

Gets a flag describing whether this conflict is resolvable.

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
function get Resolvable () : boolean

Property Value

Type: System.Boolean
True if this conflict is resolvable. False otherwise.

.NET Framework Security

See Also

Reference

ConflictEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace