This documentation is archived and is not being maintained.

Conflict::TheirFileExists Property

Returns true if the their side of the conflict has a file associated with it.

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

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

Property Value

Type: System::Boolean
true if the side of the conflict has a file associated with it; otherwise, false.

Show: