This documentation is archived and is not being maintained.

WorkspaceInfo::LastSavedCheckin Property

Gets or sets the settings that are associated with the last saved check-in try.

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

public:
property SavedCheckin^ LastSavedCheckin {
	SavedCheckin^ get ();
	void set (SavedCheckin^ value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::SavedCheckin
The settings that are associated with the last saved check-in try.

Show: