Edit

GitPullRequest.CompletionOptions Property

Definition

Options which affect how the pull request will be merged when it is completed.

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

Property Value

Attributes

Applies to