Edit

Share via


GitPullRequest.MergeOptions Property

Definition

Options used when the pull request merge runs. These are separate from completion options since completion happens only once and a new merge will run every time the source branch of the pull request changes.

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

Property Value

Attributes

Applies to