GitPullRequest.SupportsIterations 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, 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