This documentation is archived and is not being maintained.

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)

public:
property bool Resolvable {
	bool get ();
}

Property Value

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

Show: