Edit

GitPullRequest.SupportsIterations Property

Definition

If true, this pull request supports multiple iterations. Iteration support means individual pushes to the source branch of the pull request can be reviewed and comments left in one iteration will be tracked across future iterations.

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

Property Value

Attributes

Applies to