This documentation is archived and is not being maintained.

CheckinEvaluationResult::Conflicts Property

Gets the check-in conflicts that are returned by the server.

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

public:
property array<CheckinConflict^>^ Conflicts {
	array<CheckinConflict^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::CheckinConflict>
The check-in conflicts that are returned by the server.

Show: