This documentation is archived and is not being maintained.

SavedCheckin::CheckinNotes Property

Gets the CheckinNotes of this SavedCheckin.

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

public:
property CheckinNote^ CheckinNotes {
	CheckinNote^ get ();
	void set (CheckinNote^ value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::CheckinNote
The CheckinNotes of this SavedCheckin.

Show: