This documentation is archived and is not being maintained.

CheckinException::IsResolvable Property

Gets a flag that describes whether the all conflicts can be resolved.

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

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

Property Value

Type: System::Boolean
True if all conflicts can be resolved; otherwise, false.

Show: