Compartilhar via


Propriedade GitPush.Commits

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

Sintaxe

'Declaração
<DataMemberAttribute(Name := "commits", EmitDefaultValue := False)> _
Public Property Commits As IEnumerable(Of GitCommitRef)
[DataMemberAttribute(Name = "commits", EmitDefaultValue = false)]
public IEnumerable<GitCommitRef> Commits { get; set; }

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<GitCommitRef>

Segurança do .NET Framework

Consulte também

Referência

GitPush Classe

Namespace Microsoft.TeamFoundation.SourceControl.WebApi