Edit

Share via


GitPullRequest.Commits Property

Definition

The commits contained in the pull request.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="commits")]
public Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef[] Commits { get; set; }
member this.Commits : Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef[] with get, set
Public Property Commits As GitCommitRef()

Property Value

Attributes

Applies to