This documentation is archived and is not being maintained.

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)

public:
property bool GetLatestOnCheckout {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True to receive the latest version on checkout; otherwise, false.

Show: