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