GitPullRequestCompletionOptions.DeleteSourceBranch 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.
If true, the source branch of the pull request will be deleted after completion.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="deleteSourceBranch")]
public bool DeleteSourceBranch { get; set; }
member this.DeleteSourceBranch : bool with get, set
Public Property DeleteSourceBranch As Boolean
Property Value
- Attributes