ThreeWayMerge.LatestFileLabelTag Property

Gets or sets the latest label file tag.

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

Syntax

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

Property Value

Type: System.String
The latest label file tag.

.NET Framework Security

See Also

Reference

ThreeWayMerge Class

Microsoft.TeamFoundation.VersionControl.Client Namespace