Freigeben über


GitPush.Commits-Eigenschaft

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

GitPush Klasse

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace