ThreeWayMerge.LatestFileLabelFile Property

Gets or sets the latest label file label.

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

Syntax

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

Property Value

Type: System.String
The latest label file label.

.NET Framework Security

See Also

Reference

ThreeWayMerge Class

Microsoft.TeamFoundation.VersionControl.Client Namespace