Share via


ThreeWayMerge.LatestFileName Property

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

Syntax

'Declaration
Public Property LatestFileName As String
'Usage
Dim instance As ThreeWayMerge 
Dim value As String 

value = instance.LatestFileName

instance.LatestFileName = value
public string LatestFileName { get; set; }
public:
property String^ LatestFileName {
    String^ get ();
    void set (String^ value);
}
public function get LatestFileName () : String 
public function set LatestFileName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ThreeWayMerge Class

ThreeWayMerge Members

Microsoft.TeamFoundation.VersionControl.Client Namespace