GetOperation.IsLatest Property

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

.NET Framework Security

See Also

Reference

GetOperation Class

Microsoft.TeamFoundation.VersionControl.Server Namespace