This documentation is archived and is not being maintained.

Conflict::AutoResolved Property

True if this conflict was resolved automatically

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

public:
property bool AutoResolved {
	bool get ();
	internal: void set (bool value);
}

Property Value

Type: System::Boolean
true if this conflict was resolved automatically; otherwise, false.

Show: