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)

Syntax

'Declaration
Public Property MergedFileName As String
public string MergedFileName { get; set; }
public:
property String^ MergedFileName {
    String^ get ();
    void set (String^ value);
}
member MergedFileName : string with get, set
function get MergedFileName () : String 
function set MergedFileName (value : String)

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.

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace