This documentation is archived and is not being maintained.

IPendingCheckinNotes::CheckinNotes Property

Gets or sets the check-in note data.

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

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

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::CheckinNote
The check-in note data.

Can be null if no check-in note was defined for the paths that were involved in the check-in.

Show: