Share via


AdvancedToolParameters.MergeTargetFileSpec Property

The file spec of the destination file

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

Syntax

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

Property Value

Type: System.String
The file spec of the destination file.

.NET Framework Security

See Also

Reference

AdvancedToolParameters Class

Microsoft.TeamFoundation.VersionControl.Client Namespace