This documentation is archived and is not being maintained.

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)

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

Property Value

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

Show: