This documentation is archived and is not being maintained.

Workspace::LastSavedCheckin Property

Gets or sets the metadata from the most recent unshelving or unsuccessful check-in.

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 metadata from the most recent unshelving or unsuccessful check-in.

Gets data such as comments and work items.

Show: