TeamProject.GetLatestOnCheckout Property

Gets or sets a flag that describes whether to get the latest version of a file on checkout.

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

Syntax

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

Property Value

Type: System.Boolean
True to get the latest version of a file on checkout; otherwise, false.

.NET Framework Security

See Also

Reference

TeamProject Class

Microsoft.TeamFoundation.VersionControl.Client Namespace