This documentation is archived and is not being maintained.

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)

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

Property Value

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

Show: