Edit

Share via


GitPullRequest.LastMergeTargetCommit Property

Definition

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

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

Property Value

Attributes

Applies to