This documentation is archived and is not being maintained.

CheckinException::Conflicts Property

Gets the array of conflicts that caused this exception.

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 array of conflicts that caused this exception.

Show: