Share via


IPendingCheckinNotes.CheckinNotes Property

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

Syntax

'Declaration
Property CheckinNotes As CheckinNote
'Usage
Dim instance As IPendingCheckinNotes 
Dim value As CheckinNote 

value = instance.CheckinNotes

instance.CheckinNotes = value
CheckinNote CheckinNotes { get; set; }
property CheckinNote^ CheckinNotes {
    CheckinNote^ get ();
    void set (CheckinNote^ value);
}
function get CheckinNotes () : CheckinNote 
function set CheckinNotes (value : CheckinNote)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.CheckinNote

.NET Framework Security

See Also

Reference

IPendingCheckinNotes Interface

IPendingCheckinNotes Members

Microsoft.TeamFoundation.VersionControl.Client Namespace