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
- 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.