Workstation.GetLatestOnCheckout Property

Gets or sets a flag that describes whether to receive the latest version of an item 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 receive the latest version on checkout; otherwise, false.

.NET Framework Security

See Also

Reference

Workstation Class

Microsoft.TeamFoundation.VersionControl.Client Namespace