Share via


TfvcChangeset.CheckinNotes Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property CheckinNotes As CheckinNote()
[DataMemberAttribute(EmitDefaultValue = false)]
public CheckinNote[] CheckinNotes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property array<CheckinNote^>^ CheckinNotes {
    array<CheckinNote^>^ get ();
    void set (array<CheckinNote^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member CheckinNotes : CheckinNote[] with get, set
function get CheckinNotes () : CheckinNote[]
function set CheckinNotes (value : CheckinNote[])

Property Value

Type: array<Microsoft.TeamFoundation.SourceControl.WebApi.CheckinNote[]

.NET Framework Security

See Also

Reference

TfvcChangeset Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace