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