GitPullRequest.LastMergeSourceCommit 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 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