Share via


GetOperation.IsLatest Property

This is set to true when this getoperation is telling the caller that they are acting on the latest version of this item.

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

Syntax

'Declaration
Public Property IsLatest As Boolean
public bool IsLatest { get; set; }
public:
property bool IsLatest {
    bool get ();
    void set (bool value);
}
member IsLatest : bool with get, set
function get IsLatest () : boolean 
function set IsLatest (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

GetOperation Class

Microsoft.TeamFoundation.VersionControl.Server Namespace