This documentation is archived and is not being maintained.

TeamProjectFolderOptions::GetLatestOnCheckout Property

Gets a flag that describes whether to get the latest version of this folder on checkout.

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

public:
property bool GetLatestOnCheckout {
	bool get ();
}

Property Value

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

Show: