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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.