Freigeben über


ChangeList<T>.Notes-Eigenschaft

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

Syntax

'Declaration
<DataMemberAttribute(Name := "notes", EmitDefaultValue := False)> _
Public Property Notes As CheckinNote()
[DataMemberAttribute(Name = "notes", EmitDefaultValue = false)]
public CheckinNote[] Notes { get; set; }

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ChangeList<T> Klasse

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace