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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.