Share via


IPendingChangesExt.CheckinNote Property

Get the checkin note.

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
ReadOnly Property CheckinNote As CheckinNote
CheckinNote CheckinNote { get; }
property CheckinNote^ CheckinNote {
    CheckinNote^ get ();
}
abstract CheckinNote : CheckinNote with get
function get CheckinNote () : CheckinNote

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.CheckinNote
Returns CheckinNote.

.NET Framework Security

See Also

Reference

IPendingChangesExt Interface

Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace