ThreeWayMerge.ModifiedFileSpec Property

The file spec of the modified file

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ThreeWayMerge Class

Microsoft.TeamFoundation.VersionControl.Client Namespace