GitPullRequest.MergeFailureType 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.
The type of failure (if any) of the pull request merge.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="mergeFailureType")]
public Microsoft.TeamFoundation.SourceControl.WebApi.PullRequestMergeFailureType MergeFailureType { get; set; }
member this.MergeFailureType : Microsoft.TeamFoundation.SourceControl.WebApi.PullRequestMergeFailureType with get, set
Public Property MergeFailureType As PullRequestMergeFailureType
Property Value
- Attributes