This documentation is archived and is not being maintained.

WorkspaceCheckInParameters::CheckinNotes Property

Gets or sets the check-in note describing this check-in.

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 check-in note describing this check-in.

Show: