Edit

Share via


GitPullRequest.LastMergeSourceCommit Property

Definition

The commit at the head of the source branch at the time of the last pull request merge.

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

Property Value

Attributes

Applies to