GitPullRequest.LastMergeTargetCommit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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