ThreeWayMerge.LatestFileSpec Property

The file spec of the latest file

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ThreeWayMerge Class

Microsoft.TeamFoundation.VersionControl.Client Namespace