This documentation is archived and is not being maintained.

Conflict::MergedFileName Property

Gets or sets the path of the merged file.

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

public:
property String^ MergedFileName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The path of the merged file. For an edit conflict type, the value is the path of the temporary merged file.

Show: