Edit

Share via


PullRequestTrigger.AutoCancel Property

Definition

Indicates if an update to a PR should delete current in-progress builds.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="AutoCancel")]
public Nullable<bool> AutoCancel { get; set; }
member this.AutoCancel : Nullable<bool> with get, set
Public Property AutoCancel As Nullable(Of Boolean)

Property Value

Attributes

Applies to