Compartilhar via


Propriedade ChangeList<T>.Notes

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ChangeList<T> Classe

Namespace Microsoft.TeamFoundation.SourceControl.WebApi