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 with get
function get Resolvable () : boolean
Property Value
Type: System.Boolean
True if this conflict is resolvable. False otherwise.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.